What is the output of printf("%d")?
Answer Posted / dipanjan m
it will print garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a float in c++?
Comment on local and global scope of a variable.
Is swift faster than go?
What is basic if statement syntax?
What is polymorphism and its type in c++?
Differentiate between C and C++.
Does there exist any other function which can be used to convert an integer or a float to a string?
Why do we use structure in c++?
How static variables and local variablesare similar and dissimilar?
Write about all the implicit member functions of a class?
What is a storage class?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What are the benefits of oop in c++?
Explain how to initialize a const data member.
What is using namespace std in c++?