Single Choice
Not Set
QWhat is the output of this C code?
#include
#define a 10
int main()
{
const int a = 5;
printf("a = %d\n", a);
}
ID: #1140
Constant in C Language
3,019 views
Question Info
#1140Q ID
Not SetDifficulty
Constant in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Compilation Error
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic