difference between c and c++

Answer Posted / satish kumar

C:
1.c is the structure programing language.
2.its contains the top down procedure .
3.in dis programing language programs are very complex.
4.it doesnt suports the inheritanc concepts..nd exception
handling concepts.
C++:
1.c++ is the object oriented programing language.
2.it is the bottm down procedure.
3.comparing to the c .it can be suports the
inheritance ,exception handlng,constructors,operator
overloadiong concepts.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a c token and types of c tokens?

585


Can we add pointers together?

612


What is c language & why it is used?

574


What are high level languages like C and FORTRAN also known as?

682


Why string is used in c?

580






When is a null pointer used?

635


What is 02d in c?

634


What is meant by type casting?

622


How can my program discover the complete pathname to the executable from which it was invoked?

658


What does a function declared as pascal do differently?

603


What is pass by reference in c?

605


plz let me know how to become a telecom protocol tester. thank you.

1740


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1724


What is the purpose of type declarations?

673


What are pointers? What are different types of pointers?

622