C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
int main() { if (7 & 8) printf("Honesty"); if ((~7 & 0x000f) == 8) printf("is the best policy\n"); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language