What is the output of printf("%d")?
Answer Posted / keshav.gadde
The output is 0
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What are the two main components of c++?
Explain linear search.
What is the default access level?
What does ctime() do?
Why namespace is used in c++?
Can a class be static in c++?
How one would use switch in a program?
What does it mean to declare a member variable as static?
Why are pointers used?
Describe Trees using C++ with an example.
Is map sorted c++?
Can you explicitly call a destructor on a local variable?
What return value must conversion operators have in their declaration?
What does return 0 do in c++?
What is the cout in c++?