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?

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

What is wrong with this program statement?

1088


What is c language in simple words?

1117


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...

10252


Write a program to swap two numbers without using the third variable?

1120


What is equivalent to ++i+++j?

1150


Can you write the function prototype, definition and mention the other requirements.

1201


What is the use of pragma in embedded c?

1109


Differentiate between declaring a variable and defining a variable?

1091


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1482


Is c compiled or interpreted?

1250


In C, What is the #line used for?

2335


show how link list can be used to repersent the following polynomial i) 5x+2

2401


What are global variables and explain how do you declare them?

1186


What is the difference between near, far and huge pointers?

1161


Explain the difference between exit() and _exit() function?

1213