Multiple Choice
#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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If we have declared an array described
Q4: What will happen if in a C
Q5: Array which is having _ dimensions is
Q6: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10, b
Q7: What is output of below program?<br>Int main()<br>{<br>Int
Q9: Wild pointer in C<br>A)if pointer is pointing
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
Q11: Which macro is used to insert assembly
Q12: which of these is not a valid
Q13: #include "stdio.h"<br>Int main()<br>{<br>Int a@ = 10;<br>Printf("%d", a@);<br>Return