What is c++ prototype?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is function prototyping? What are its advantages?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is the limitation of cin while taking input for character array?

0 Answers  


What are disadvantages of pointers?

0 Answers  


What is the type of this pointer in c++?

0 Answers  






How do you clear a set in c++?

0 Answers  


Explain the term memory alignment?

0 Answers  


Explain virtual class and friend class.

0 Answers  


Explain the concept of copy constructor?

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


What are the two shift operators and what are their functions?

0 Answers  


What is a local reference?

0 Answers  


Categories