What will be the output of the following code?
#include
#define a 10
int main()
{
printf("%d",a);
return 0;
}
A)10 10
B)10 50
C)50 50
D)compilation error
Answers
Answered by
0
Answer:
10
Explanation:
the answer will be only 10
not in the options!!
Answered by
0
Answer:
answer is 10
and your program is incomplete
Attachments:
Similar questions