Login and Register ×
Check your Email for the OTP
C Programming Language MCQ Constant in C Language
⚠ Report ✓ Question Verified Copy Link
#include #define a 10 int main() { const int a = 5; printf("a = %d\n", a); }
Explanation:
$ cc pgm3.c pgm3.c: In function 'main': pgm3.c:5: error: expected identifier or '(' before numeric constant
Related Topic:
Share Above MCQ
Learn More MCQ Questions from C Programming Language MCQ Constant in C Language