What is a c++ object?


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

Post New Answer

More C++ General Interview Questions

What is cout flush?

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 is atoi?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  






Do vectors start at 0?

0 Answers  


How does list r; differs from list r();?

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


Does c++ have finally?

0 Answers  


Which software is best for c++ programming?

0 Answers  


Is multimap sorted c++?

0 Answers  


Categories