Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / aalya malhotra

1.C is an procedural language whereas C++ is an object
oriented language.
2.C emphasis more on functions and C++ emphasis more on
data.
3.C is used to design medium sized programs whereas C++is
used to design large size programs .
4.C uses header files like <stdio.h>and <conio.h> where as
C++ uses <iostream.h>,<conio.h>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use class in oops?

1024


Write a program to reverse a string using recursive function?

2415


What is advantage of inheritance?

1227


Is enum a class?

1116


What is the purpose of polymorphism?

1177


Can main method override?

1154


What do you mean by Encapsulation?

1140


What is data binding in oops?

1153


What is super in oop?

1261


what is the sylabus for priliminaries?

2227


What are the benefits of interface?

1118


When not to use object oriented programming?

1182


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2203


Write a program to sort the number with different sorts in one program ??

2431


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2357