What is the output of printf("%d")?
Answer Posted / anzarudeen
garbage value
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are c++ storage classes?
What is virtual function? Explain with an example
Is std :: string immutable?
What is wrapper class in c++?
What is function prototyping? What are its advantages?
How would you use the functions memcpy(), memset(), memmove()?
What return value must conversion operators have in their declaration?
If there are two catch statements, one for base and one for derived, which should come first?
What is an iterator?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the type of 'this' pointer?
What is auto used for in c++?
What will the line of code below print out and why?
What is constructor in C++?
State the difference between pre and post increment/decrement operations.