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 / gaurav jatwani

in c we use modifiers for scanf and printf
in c++ we don't use any modifiers

in c we have no protected access specifier
in c++ we have


in c we have no constructor and distructor
in c++ we have constructor and distructor

in c we cann't delcare variables any where
in c++ we can declare variables any where


in we have no INLINE AND FRIEND function
in c++ we have both


in c we use & operator in scanf for storing value in
variable ex:- ( scanf("%d",&age); )
in c++ we need not to use any operator to store value in
variables

GAURAV JATWANI

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1969


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

2297


What is encapsulation with example?

1197


What is interface? When and where is it used?

2206


What is object in oop?

1170


Can you explain polymorphism?

1154


How can you overcome the diamond problem in inheritance?

1228


Why is oop better than procedural?

1136


Is data hiding and abstraction same?

1105


What are properties in oop?

1140


How do you define a class in oop?

1171


What is an interface in oop?

1089


What polymorphism means?

1134


How Do you Code Composition and Aggregation in C++ ?

25607


What are the two different types of polymorphism?

1195