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

What is the output of printf("%d")?

Answer Posted / beloshe vinod

Output will depends on number of values(local variables)
pushed onto stack .Out of that top of stack will gets printed
e.g.
static int a=89;
int b=67;
printf("%d");

will result in :> 67

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is Member Functions in Classes?

1287


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

2440


What is math h in c++?

1244


Can non graphic characters be used and processed in C++?

1248


What is the difference between the compiler and the preprocessor?

1172


What happens when you make call 'delete this;'?

1157


what is oops and list its features in c++?

1114


What is implicit pointer in c++?

1143


Explain the volatile and mutable keywords.

1120


What is a down cast?

1177


What are the implicit member functions of class?

1135


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

1246


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1133


What do you mean by function overriding & function overloading in c++?

1274


What is meant by const_cast?

1180