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 / tapan pal

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 ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the preprocessor categories?

1112


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1188


What is scope rule of function in c?

1149


What is the difference between a free-standing and a hosted environment?

1191


Tell me with an example the self-referential structure?

1075


What is the c language function prototype?

1138


What is a program flowchart and explain how does it help in writing a program?

1357


Write a Program to find whether the given number or string is palindrome.

1334


What is difference between structure and union?

1190


how many errors in c explain deply

2134


Differentiate between functions getch() and getche().

1103


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1129


What is the modulus operator?

1253


What are global variables and explain how do you declare them?

1180


Can true be a variable name in c?

1086