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++?

Answers were Sorted based on User's Feedback



what is the main difference between c and c++?..

Answer / kk

The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / himanshu sharma

in c data does not flow around the system eaisly
in c++ data flow around the system very eaisly.

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / ghopchand manghi

no any diff. between c and c++.the only diff is that in c++ there are two ++ sign

Is This Answer Correct ?    2 Yes 1 No

what is the main difference between c and c++?..

Answer / internet

C is basic language which is helpful in learning programming
languages. But, C++ is the advancement of the C language

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / swagatika sahu

c is not secure while c++ provides us security of data by using access specifiers like private,public,protected.

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / vishal

c is not object oriented but c++ is object oriented

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / anhr computer education

In C++ a variable can be defined at any where but in 'C' it
can be defined only followed by opening curley brace.

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / praveen kumar maande

To simply say c with classes is called as c++.c does not support classes, where as c++ is mainly designed to support data security which can be achieved using classes.one more difference is c++ supports exception handling which c does not support.we can access both local and global variables if the are defined by same name using scope resolution operator in the same scope itself where as c doesn't support this.

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / babita

C++ HAS FEATURES LIKE DATA ENCAPSULATION,POLYMORPHISM,REUSE
ABILITY OF THE OPERATORS AND OPERATOR OVERLOADING.THESE
FEATURES ARS NOT SUPPORTED BY C.

Is This Answer Correct ?    1 Yes 0 No

what is the main difference between c and c++?..

Answer / rajkishor yadav

In c mainly focus on data but in c++ mainly focus on object
rather than data,and in c++ we hide data other unauthorized
things by Encapsulation
It is structure Base Language but c++ object base Language.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is the differances between a abstract calss and interface

5 Answers   Aviva, Symphony,


What does <> mean pseudocode?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


How do you use inheritance in unity?

0 Answers  


Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??

1 Answers  


1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

1 Answers   Nagarro,


pointers are support in C#? if yes then how to use it?

8 Answers   Softvision Solution,


What does and I oop mean?

0 Answers  


How do you achieve runtime polymorphism?

0 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


why we are declare the function in the abstract class even though we are declaring it in Derived class?

1 Answers   TCS,


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


Categories