What is the output of printf("%d")?
Answer Posted / saranya
IT will print a warning only. So the output will be some
garbage value.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how overloading takes place in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is the benefit of encapsulation?
What is a singleton class c++?
Is c++ a software?
What is c++ and its features?
Write about the various sections of the executable image?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
describe private access specifiers?
Write about the retrieval of n number of objects during the process of delete[]p?
What is a v-table?
What are the differences between malloc() and calloc()?
Why is c++ awesome?
What do you mean by friend class & friend function in c++?
Explain the difference between overloading and overriding?