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 is the significance of classes in oop?

0 Answers  


What is the difference between Home and $Home?

2 Answers   TCS,


What does the keyword "static" mean?

4 Answers   TCS,


What are main features of oop?

0 Answers  


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  






20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?

5 Answers   IonIdea,


What is command routing in MFC

1 Answers   GE,


What is oops in simple words?

0 Answers  


what is an instance of a class

5 Answers  


What is the difference between C++ and java?

6 Answers   Atos Origin,


What is debug class?what is trace class? What differences are between them? With examples.

0 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


Categories