What is the output of printf("%d")?
Answer Posted / rahul raj
It will not compile..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How much is c++ certification?
What is the use of map in c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Define copy constructor.
Why do we use using namespace std in c++?
How do I run c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Is there any function that can skip certain number of characters present in the input stream?
Why Pointers are not used in C++?
How is computer programming useful in real life?
Is c++ free?
What do you mean by “this” pointer?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is a Default constructor?
If dog is a friend of boy, is boy a friend of dog?