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 will the line of code below print out and why?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
Describe run-time type identification?
What are the main features of c++?
What do nonglobal variables default to a) auto b) register c) static
Which one is a preferred language C or C++? Why?
What is ostream in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Write a program to add three numbers in C++ utilizing classes.
Explain method of creating object in C++ ?
What are the strengths of C++?
What is Object Oriented programming.what is the difference between C++ and C?