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

Why are arrays usually processed with for loop?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


Explain stack unwinding.

0 Answers  


How do you define/declare constants in c++?

0 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,






Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


What is a virtual destructor? Explain the use of it?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


Can a program run without main?

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


Categories