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 is object file? How can you access object file?
What are the advantages of inheritance in c++?
What are the comments in c++?
What is array in c++ example?
What is expression parser in c++
What is jump statement in C++?
What are formatting flags in ios class?
What do you mean by overhead in c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Define vptr.
Difference between pointer to constant vs. Pointer constant
Explain the auto storage classes in c++.
What is the role of static keyword for a class member variable?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are exceptions c++?