what is the difference between c and c++?

Answer Posted / shwetha

c is a pop language, while cpp is an OOP language
c gives importance to procedures..
cpp give importance to the data...using objects, suitable for real worlds problems

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of errors are there in c language? Explain

565


how we can make 3d venturing graphics on outer interface

3996


List some of the dynamic data structures in C?

785


What is pre-emptive data structure and explain it with example?

3203


Whats s or c mean?

591






What is the difference between exit() and _exit() function?

598


What is oops c?

602


What does *p++ do?

581


How is a null pointer different from a dangling pointer?

555


Explain how can I convert a number to a string?

640


What is null in c?

596


What is the use of #include in c?

570


Why string is used in c?

579


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

660


using for loop sum 2 number of any 4 digit number in c language

1731