What is the output of printf("%d")?
Answer Posted / yogendra jain
It will print "1"
| Is This Answer Correct ? | 7 Yes | 60 No |
Post New Answer View All Answers
What is a forward referencing and when should it be used?
What do you mean by const correctness?
What is constructor and destructor in c++?
What methods can be overridden in java?
Why c++ is so important?
Difference between delete and free.
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.
Difference between a copy constructor and an assignment operator.
List the issue that the auto_ptr object handles?
Write is a binary search tree? Write an algo and tell complexity?
What are the main features of c++?
Describe the syntax of single inheritance in C++?
Write about all the implicit member functions of a class?
What is decltype c++?
What is private public protected in c++?