What are the advantages of prototyping?


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

Post New Answer

More C++ General Interview Questions

What is constructor in C++?

0 Answers  


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,


What is the use of data hiding?

0 Answers  


Mention the purpose of istream class?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  






What information can an exception contain?

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


What is binary object model?

0 Answers  


What is a class definition?

0 Answers  


What is the difference between a definition and a declaration?

0 Answers  


How many storage classes are available in C++?

1 Answers  


What is setbase c++?

0 Answers  


Categories