#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
What are the key features in c programming language?
Do pointers store the address of value or the actual value of a variable?
Can you please explain the difference between strcpy() and memcpy() function?
Is flag a keyword in c?
Write a program that accept anumber in words
What is data structure in c and its types?
Why is c faster?
What is a spanning Tree?
What do you mean by recursion in c?
What is the function of this pointer?
Did c have any year 2000 problems?
What is the right type to use for boolean values in c? Is there a standard type?
how to write a c program to print list of fruits in alpabetical order?
Explain union.
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include