#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 is wrong with this program statement?
What is c language in simple words?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Write a program to swap two numbers without using the third variable?
What is equivalent to ++i+++j?
Can you write the function prototype, definition and mention the other requirements.
What is the use of pragma in embedded c?
Differentiate between declaring a variable and defining a variable?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Is c compiled or interpreted?
In C, What is the #line used for?
show how link list can be used to repersent the following polynomial i) 5x+2
What are global variables and explain how do you declare them?
What is the difference between near, far and huge pointers?
Explain the difference between exit() and _exit() function?