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
Explain the problem with overriding functions
What is the object serialization?
Is map thread safe c++?
Is it possible to have a recursive inline function in c++?
What is the difference between #import and #include in c++?
What is the difference between mutex and binary semaphore?
What is a hash function c++?
What is the use of bit fields in structure declaration?
Why is main function important?
What is dynamic and static typing?
What is setiosflags c++?
What is ifstream c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is a dll entry point?
What are the various access specifiers in c++?