What is the output of printf("%d")?
Answer Posted / priya
the output of printf("%d") is create a blankspace
| Is This Answer Correct ? | 11 Yes | 61 No |
Post New Answer View All Answers
How does code-bloating occur in c++?
What are the advantages of using pointers in a program?
Differentiate between the message and method in c++?
Differentiate between realloc() and free().
What are multiple inheritances (virtual inheritance)?
Explain how to initialize a const member data.
Explain the isa and hasa class relationships. How would you implement each?
What is implicit conversion/coercion in c++?
How will you call C functions from C ++ and vice-versa?
Differentiate between a copy constructor and an overloaded assignment operator.
Describe friend function & its advantages.
What is flush () in c++?
Explain virtual class and friend class.
Describe the advantages of operator overloading?
What is the difference between a "copy constructor" and an "assignment operator" in C++?