#define f(g,h) g##h
main O
int i=0
int var=100
;
print f ("%d"f(var,10));}
what would be the output?
Answer Posted / ricky
It will show an error:
Undefined symbol var10 in main function
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
why return type of main is not necessary in linux
How is a structure member accessed?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is bubble sort in c?
Why do we need a structure?
Explain how to reverse singly link list.
What is static and volatile in c?
What are multibyte characters?
writ a program to compare using strcmp VIVA and viva with its output.
Is null always defined as 0(zero)?
Explain how can I convert a number to a string?
Is there any possibility to create customized header file with c programming language?
Why is #define used?
Why we use void main in c?
What is formal argument?