What is the output of printf("%d")?
Answer Posted / anzarudeen
garbage value
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When there is a global variable and local variable with the same name, how will you access the global variable?
what is a reference variable in C++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How do I download c++?
What are the steps in the development cycle?
What is a storage class used in c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What does the ios::ate argument do?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is cout flush?
What are the differences between new and malloc?
What is capacity in vector in c++?
What are manipulators in c++ with example?
How can you specify a class in C++?
What is a Default constructor?