#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
Is c procedural or object oriented?
write a c program for swapping two strings using pointer
What does 3 mean in texting?
Write a program of prime number using recursion.
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are two dimensional arrays alternatively called as?
How can I remove the trailing spaces from a string?
What is file in c language?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What functions are used in dynamic memory allocation in c?
What are global variables and explain how do you declare them?
What is array of pointers to string?
What is class and object in c?
write a progrmm in c language take user interface generate table using for loop?
What is c variable?