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 |
In which cases you use override and new base?
What is the important feature of inheritance?
What does and I oop mean in text?
all about pointers
What is differance between Abstract and Interface
What is polymorphism and why is it important?
Write a program to get the binary tree.
What is encapsulation in oops?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
What is the fundamental idea of oop?
Write on signed and unsigned integers and give three (3) examples each
Why multiple inheritance is not possible?