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 / no name

c means see

C++ means to see two times

Is This Answer Correct ?    2 Yes 0 No

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

Answer / pankaj

c++ is considered to be more secured as compared to c bcoz
in c++ the concept of pointers is not provided.pointers can
b used in c++ but they cannot be used directly as in c
language.c++ also does not support operator overloading.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / v.santhoshini

*c does not supports function overloading.c++does supports
function overloading.
*Now c,name space is not available.c++,namespace is
available.
*c does not uses reference variable.c++ uses reference
variables.
*c is more time complexity.c++ is less time complexity.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / arifru rahaman

Function overloading is possible in C++ but it is not
possible in C.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / fgj

c is a simple

Is This Answer Correct ?    7 Yes 6 No

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

Answer / r.vivekpazhani

C C++
C IS A PROCEDURAL C++ IS A OBJECT
LANGUAGE ORIENTED LANGUAGE

C IS TOPDOWN APPROACH C++ IS BOTTOMUP
APPROACH

C DOES NOT SUPPORT C++ SUPPORT OPERATOR
OPEART OVERLOADING OVERLOADING

Is This Answer Correct ?    5 Yes 4 No

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

Answer / as

1

Is This Answer Correct ?    2 Yes 1 No

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

Answer / sucindran

Advance of C programming is called as c++.
C++ contains many new features like OOPS...
The Extension of 'c' is called as 'c++'.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / santhosh r

C has no security, grouping ,sharing,extendability.
C++ is having all the above features.
The earliest name of C++ was "C WITH CLASSES".

Is This Answer Correct ?    1 Yes 0 No

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

Answer / swetha.j.n

C is a middle level language.But C++ is not a middle level
language.
C is a portable language.But C++ is not a portable language.
C is a top-bottom approach.But C++ is a bottom-top approach.
C++ language is more easy than C language.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is difference between #define and const?

3 Answers   emc2,


What is the highest level of cohesion?

0 Answers  


i got a backdoor offer in process global,Bangalore..Can i work with it?

0 Answers  


can you give real time example for polymarphism

5 Answers   TCS,


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,






What is function overloading and operator overloading?

4 Answers  


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


what is oppes

2 Answers  


A file pointer always contains the __________ of the file

5 Answers  


What is data binding in oops?

0 Answers  


What is inheritance write a program to show use of inheritance?

0 Answers  


What is overloading and its types?

0 Answers  


Categories