what is the main difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / rokesh
very simple. C++ is actually named as C with classes.. It
makes use of classes.. thats all the difference
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / anhr computer education
In 'C' header file is optional but in C++ header file is
compulsory and cannot be ignored.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / aliraza
c language could not any return value and c++ return value
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / cyber warrior
C is containing single character but "c++" contains three
characters
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / divya
c is an object oriented and c++ is procedure oriented
| Is This Answer Correct ? | 7 Yes | 9 No |
Answer / ankit agarwal
main difference c++ is an increment version of c language.
in written program c++ is more easy than c.c++ is easily
understand.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / nmreddy
c is procedure oriented language c++ is object oriented language
c and c++ not secured data
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / nmreddy
c++ is a high level language
c is high level and low level language
| Is This Answer Correct ? | 1 Yes | 3 No |
What is sub classing in c++?
What is friend function?
How oops is better than procedural?
Write 7 differences between "Public" function and "Private" function?
What is ambiguity in c++
What are the advantages of polymorphism?
Why a "operator=(...)" when there is a copy ctor?
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is oops concept with example?
Write a program to multiply 3x3 matrics
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,