Answer Posted / prabakaran
including the header file #include<stdio.h>
Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
Tell me can a pure virtual function have an implementation?
What does override mean in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
How does c++ sort work?
Which is the best c++ compiler for beginners?
What are the different types of comments allowed in c++?
What are static and dynamic type checking?
What do the header files usually contains?
Define vptr.
What is the difference between the functions memmove() and memcpy()?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Why pointer is used in c++?
Write about the access privileges in c++ and also mention about its default access level?
Describe public access specifiers?
what are the types of Member Functions?