What is the output of printf("%d")?
Answer Posted / sid
it will give output "0"
| Is This Answer Correct ? | 48 Yes | 43 No |
Post New Answer View All Answers
What is an undefined behavior and sequence points
Why do we need templates?
Where and why do I have to put the "template" and "typename" keywords?
When are exception objects created?
What do you mean by persistent and non persistent objects?
Define what is constructor?
What is static in c++?
What are function prototypes?
Differentiate between a template class and class template in c++?
What are the rules about using an underscore in a c++ identifier?
What are the data types in c++?
What is the full form of india?
What is switch case in c++ syntax?
What relational operators if statements in c++?
When there is a global variable and local variable with the same name, how will you access the global variable?