Q.

#define t 10
void main()
{
printf("%d",t);
}

A. 10
B. Error:Unfined symbol 't'
C. Error:Improper placement of preprocessor
D. none of the above
Answer» A. 10
1.3k
0
Do you find this helpful?
16

Discussion

No comments yet