Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


#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?



#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what wo..

Answer / ricky

It will show an error:
Undefined symbol var10 in main function

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


what is the syallabus of computer science students in group- 1?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


What are valid operations on pointers?

0 Answers  


What are the valid places to have keyword “break”?

0 Answers  


How to add two numbers with using function?

4 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


Categories