What is the output of printf("%d")?
Answer Posted / snigdhadeb
printf("%d");
will gives the answer 0....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is general format for a prototype?
What is a static element?
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?
List different attributes in C++?
Explain pass by value and pass by reference.
Why do we use classes in programming?
What is the difference between map and hashmap in c++?
Define pre-condition and post-condition to a member function in c++?
What is abstraction c++?
What is the purpose of extern storage specifier?
What is virtual table?
What is a type library?
Does c++ vector allocate memory?
Explain the difference between struct and class in terms of access modifier.