Do the names of parameters have to agree in the prototype, definition, and call to the function?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace & why it is used in c++?
Comment on assignment operator in c++.
Where and why do I have to put the "template" and "typename" keywords?
Declare a class vehicle and make it an abstract data type.
what is an array
How size of a class can be calulated?
What are c++ variables?
Explain friend class?
What does ios :: app do in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is ios flag in c++?
What are the five basic elements of a c++ program?