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...

difference between c and c++?

Answer Posted / munish kumar

Main difference between c and c++ are:
1.) In c++, there is strict typechecking and in c, there is
no strict typechecking. So, many programes which can
compiled by c compiler cannot be compiled by c++ compiler.

2.) In c, there is only "EARLY BINDING", whereas in c++,
there are "EARLY BINDING & LATE BINDING".

3.)C++ IS HIGH LEVEL LANGUAGE BUT 'C' IS LOW LEVEL LANGUAGE.

4.)In c++,there is a new concept of "INLINE FUNCTIONS",
whereas in c, there are macros.

5.)C++ is a object oriented language but C is not OOPS.

Is This Answer Correct ?    58 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class and structure in c++?

1248


Is c++ a software?

1242


How long will it take to learn programming?

1099


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

1079


what is pre-processor in C++?

1215


What is the use of register keyword with the variables?

973


Explain selection sorting?

1125


What is & in c++ function?

1121


what are the iterator and generic algorithms.

1987


Is c++ built on c?

1075


What is purpose of new operator?

1124


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1331


What is the best way to take screenshots of a window with c++ in windows?

1094


What is ios in c++?

1260


What is DlgProc?

1076