What is the output of printf("%d")?
Answer Posted / masquerade
for int and char specifier it prints garbage value
and for float it will give error
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you clear a map in c++?
What is the difference between method overloading and method overriding in c++?
Is atoi safe?
Are c and c++ similar?
What is the use of setfill in c++?
Can we use struct in c++?
How do you add an element to a set in c++?
Explain shallow copy?
What are the steps in the development cycle?
How much is c++ certification?
Are vectors faster than arrays?
What is the difference between global variables and static varables?
What is lvalue?
What is c++ hash?
When can I use a forward declaration?