Answer Posted / prabakaran
including the header file #include<stdio.h>
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What are the different types of comments allowed in c++?
Can manipulators fall in love?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Which operator cannot be overloaded c++?
Explain the differences between private, public and protected and give examples.
What's the order in which the objects in an array are destructed?
What is function overloading in C++?
Define a constructor?
Can notepad ++ run c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How do you clear a buffer in c++?
Define stacks. Provide an example where they are useful.
When there is a global variable and local variable with the same name, how will you access the global variable?
When should I use unitbuf flag?
Define a conversion constructor?