What is the output of printf("%d")?
Answer Posted / sonia
It will display garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a friend function in c++?
How many types of scopes are there in c++?
what is the use of void main() in C++ language?
Define the operators that can be used with a pointer.
What are the advantages of using pointers in a program?
Describe Trees using C++ with an example.
Can a class be static in c++?
Program to check whether a word is a sub-string or not of a string typed
What is the size of integer variable?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is fflush c++?
What is a null object in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is an object in c++?