Login and Register ×
Check your Email for the OTP
C Programming Language MCQ Constant in C Language
⚠ Report ✓ Question Verified Copy Link
#include int main() { const int i=0; printf("%d\n", i++); return 0; }
Explanation:
Error
Related Topic:
Share Above MCQ
Learn More MCQ Questions from C Programming Language MCQ Constant in C Language