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 / banda

c is c and c++ is c++

Is This Answer Correct ?    2 Yes 1 No

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

Answer / nitish kumar jha

The main Difference between C and C++ is C is structure Based
programing language.that means in C also we have structure
based Applications like Structures and Unions.

C++ is Object Oriented Language that means entire
application will be depending on Objects only.
Uses of Object oriented Program is Reusability,Increase the
effiency of the program and it gives extra security like
Private data is also be there in C++.
C++ is the Advanced version of C.
In otherwords we say c++ supports both Object based and
Object oriented Applications
i mean finally i want say that both are same because C&C++
both are language the main diffrence between them C is old
version language and C++ is latest programing language which
come modified of C language ....

Is This Answer Correct ?    1 Yes 0 No

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

Answer / nitish kumar jha

No very large diffrence between C and C++..
The main diffrence between them C is the old programing
language.while C++ is the latest programing language.C++ is
modified form of C language . and other diffrence like as in
input,output,programing,etc.this all diffrence are come due
to modify.........

Is This Answer Correct ?    1 Yes 0 No

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

Answer / ayesha

c is a procedural programming language and c++ is object oriented language.
the most important difference between c and c++ is , in c++ we can use user defined data type as basic data type.but, this can't be in c.....

Is This Answer Correct ?    1 Yes 0 No

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

Answer / saddam hussain

c is procedural language,while c++ is an objected oriented
programing language.The main difference between c and c++
is that, in c importance is given to steps or procedure of
programe and in c++ focuses on the data rather than process.
in short data is not secured in c while in c++ data is
secured(Hidden).

Is This Answer Correct ?    1 Yes 0 No

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

Answer / sushil kumar sinha(sinha colle

*c is a structural program but c++ is a opp(object orianted
program).
*In c use for #include<stdio.h>heder file .
but c++ use for #include<iostrem.h>heder file.
*c program approch by top to bottom but
c++ program approch by bottom to top.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / patel dimpal p.

c is procedure oriented language
while c++ is object oriented language.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / ravi.v

c has only 32 keywords. but c++ has 52 keywords

Is This Answer Correct ?    1 Yes 0 No

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

Answer / breetha s

c is not aobject orientedlanguage
c++ is object oriented language
c is a lowlevel language
c++ is a high level language
C is a procedural language,but C++ is a object oriented
language.
c is the top to bottom,but c++ is bottom to top language.

Is This Answer Correct ?    4 Yes 4 No

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

Answer / r.vivekpazhani

C IS A MIDDLE LEVEL LANGUAGE BUT C++ IS A HIGHERLEVEL
LANGUAGE. C++ SUPPORT REAL TIME OPERATING SYSTEM,EXPERT
SYSTEM BUT C DOES NOT SUPPORT LIKE THAT APPLICATION

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More OOPS Interview Questions

what does exactly the linker do?

1 Answers  


What is the difference between procedural programming and oops?

0 Answers  


why reinterpret cast is considered dangerous?

0 Answers   TCS,


What is balance factor?

0 Answers  


c++ is a pure object oriented programming or not?

5 Answers   Wipro,






State what is encapsulation and friend function?

0 Answers   BirlaSoft,


What is cohesion in oop?

0 Answers  


Can we create object of abstract class?

0 Answers  


What is polymorphism what are the different types of polymorphism?

0 Answers  


How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


what is object slicing

3 Answers   TCS,


Categories