Vidyalelo
C Programming · Q55

C Preprocessor

Programming · C Programming · question 55

Q55

The following C code results in an error. #include #define world( n ) printf( "t^^" #n" = %c", t##n ) int t3=1; int main() world(3);

A.
True
B.
False
Answer

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board