C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include void main() { int c = - -2; printf("c=%d", c); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language