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 difference between c and c++

Answer Posted / vantees

C
1)Structured programing.
2)In build functions are used to allocate the memory dynamically.
3)Struct members are public by default.
4)Data and functions are separated.

C++
1)Object oriented programing.
2)New ,Delete operators are used to allocate the memory dynamically
3)class members are private by default.
4)Together data and functions into single entity.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is auto keyword in c?

1252


What is time complexity c?

1045


What is the difference between text and binary modes?

1244


What is header file in c?

1111


What is wrong with this declaration?

1160


Explain high-order and low-order bytes.

1172


Which built-in library function can be used to match a patter from the string?

1353


What is masking?

1216


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2024


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

3790


In c language can we compile a program without main() function?

1179


Difference between linking and loading?

1158


What is the data segment that is followed by c?

1142


What is difference between function overloading and operator overloading?

1141


When is a void pointer used?

1316