What is the difference between C and CPP?


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

Post New Answer

More C++ General Interview Questions

What is a tree in c++?

0 Answers  


How many standards of c++ are there?

0 Answers  


What do you understand by zombie objects in c++?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


What is c++ manipulator?

0 Answers  






What are the steps in the development cycle?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


Why is main an int?

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 implicit pointer in c++?

0 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


How to stop conversions among objects?

5 Answers   Symphony,


Categories