Answer Posted / divya
prototype statement helps the compiler to check the return
and argument types of the function means it tells the
compiler 1.the name of the function
2.the type of value returned
3.the type and number of arguments
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
When do you call copy constructors?
what you know about c++?
Explain the difference between abstract class and interface in c++?
What are associate containers?
What are maps in c++?
What is an inclusion guard?
What return value must conversion operators have in their declaration?
Can c++ do everything c can?
What is a namespace in c++?
what is VOID?
Explain queue. How it can be implemented?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
How can you create a virtual copy constructor?
What do you mean by public protected and private in c++?
What is a stack? How it can be implemented?