What is the output of printf("%d")?
Answer Posted / vanitha
garbage value
| Is This Answer Correct ? | 27 Yes | 11 No |
Post New Answer View All Answers
What are the characteristics of friend functions?
Can constructor be private in c++?
What is stack unwinding?
Which bit wise operator is suitable for turning off a particular bit in a number?
What is the difference between the indirection operator and the address of oper-ator?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is c++ course?
What is fixed in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Can I learn c++ without learning c?
Explain stack unwinding.
Do you know about C++ 11 standard?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Explain friend class?
What are inline functions? What is the syntax for defining an inline function?