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


Is there something that we can do in C and not in C++?

Answers were Sorted based on User's Feedback



Is there something that we can do in C and not in C++?..

Answer / vaishnavi

there are many concepts that can be used in c++ where c
cannot support those concepts.
The following are some of those type of concepts:-
1.function overloading
2.operator overloading
3.templates
4.polymorphism
5.inheritence
6.data encapsulation
7.function over-riding
8.virtual functions
9.constructors & destructors
10. exceptional handling.

Is This Answer Correct ?    4 Yes 10 No

Is there something that we can do in C and not in C++?..

Answer / kiran.raikar

nothing

Is This Answer Correct ?    2 Yes 10 No

Is there something that we can do in C and not in C++?..

Answer / avni

we can use printf in c but not in c++

Is This Answer Correct ?    4 Yes 19 No

Is there something that we can do in C and not in C++?..

Answer / tajudeen

Pointers we can do it in c but not in c++

Is This Answer Correct ?    1 Yes 27 No

Post New Answer

More C++ General Interview Questions

What is the difference between an external iterator and an internal iterator?

0 Answers  


Can I learn c++ without learning c?

0 Answers  


What is c++ hiding?

0 Answers  


Is swift better than c++?

0 Answers  


What is a pointer with example?

0 Answers  


Define a constructor - what it is and how it might be called (2 methods)?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


How new/delete differs from malloc()/free?

0 Answers  


Is map thread safe c++?

0 Answers  


Is c++ a pure oop language?

0 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,


Using a smart pointer can we iterate through a container?

0 Answers  


Categories