#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


Please Help Members By Posting Answers For Below Questions

How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

592


Can you please explain the difference between strcpy() and memcpy() function?

602


Describe the steps to insert data into a singly linked list.

622


What is the difference between declaring a variable and defining a variable?

724


What are unions in c?

580






Explain what is dynamic data structure?

644


Do you know the difference between malloc() and calloc() function?

614


What is a pointer value and address in c?

636


What is array in C

710


If I have a char * variable pointing to the name of a function ..

652


How will you divide two numbers in a MACRO?

712


What is structure and union in c?

601


What are the rules for identifiers in c?

588


What are the 4 types of organizational structures?

625


What is the difference between malloc() and calloc() function in c language?

604