What is the output of printf("%d")?
Answer Posted / sonu
The Output is 0.rite now run and check answer. thats right
answer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of copy constructor?
Write a function that swaps the values of two integers, using int* as the argument type?
Explain container class.
In what situations do you have to use initialization list rather than assignment in constructors?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is setw manipulator in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is a vector c++?
How the endl and setw manipulator works?
How to demonstrate the use of a variable?
Describe protected access specifiers?
What is the cout in c++?
Can you overload the operator+ for short integers?
what is data abstraction in C++?
What is overloading unary operator?