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
AnswerAnswer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board