what is the main difference between c and c++?

Answer Posted / fdsgf

The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
fdgd

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation process?

584


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1671


What are two types of polymorphism?

614


What is overriding in oops?

606


What is encapsulation in oop?

609






Which is not an object oriented programming language?

544


What makes a language oop?

598


What is for loop and its syntax?

598


Can destructor be overloaded?

601


What is cohesion in oop?

624


What is abstraction and encapsulation?

575


Can we define a class within the interface?

555


What are the 4 pillars of oop?

674


What is class and object with example?

587


program for insertion ,deletion,sorting in double link list

2283