C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
int main() { if (~0 == 1) printf("yes\n"); else printf("no\n"); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language