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
Can we change the basic meaning of an operator in c++?
What is polymorphism in c++? Explain with an example?
What is the extraction operator and what does it do?
What is the difference between set and map in c++?
Write a program to show polymorphism in C++?
Write about the local class and mention its use?
What are stacks? Give an example where they are useful.
What is a local reference?
How many keywords are used in c++?
Describe linkages and types of linkages?
Why do we need templates?
What is the basic structure of c++ program?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
How would you use the functions sin(), pow(), sqrt()?
How is static data member similar to a global variable?