What is the output of printf("%d")?
Answer Posted / vinod
It prints the value in the stack.That means the if there is
previous initialisation of values.If there are no
definitions of integer varaibles,it would display the
garbage value.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a Program for find and replace a character in a string.
Can a program run without main in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is insertion sorting?
Explain the scope of resolution operator.
What is the difference between a template and a macro?
What does it mean to declare a member variable as static?
What is a catch statement?
What's the order in which the local objects are destructed?
what do you mean by volatile variable?
What is function prototyping? What are its advantages?
Explain shallow copy?
What is the best c++ book?
Can a program run without main function?
What's the "software peter principleā?