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

int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?

Answer Posted / amaresh chandra das

Ans:1,2

because arguments of functions stored in stack in FIFO order

So Var a enters 1st so it will out (popped)1st too as it's
STACK's property.

Is This Answer Correct ?    10 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

1193


When should a far pointer be used?

1188


How can I change their mode to binary?

1185


code for quick sort?

2085


What are the disadvantages of external storage class?

1107


Explain #pragma statements.

1100


Are there constructors in c?

1060


Why do we use namespace feature?

1121


What is the difference between array_name and &array_name?

1353


What is a #include preprocessor?

1224


What does *p++ do? What does it point to?

1124


Can a pointer be static?

1134


What is difference between arrays and pointers?

1151


What is array in c with example?

1360


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1284