what is the main difference between c and c++?
Answer Posted / rajan bajlalia pathankot
C Is very easy language. and c++
is very hot languege. c is procedural programming language.
and c++ is object oriented languege. c language is used by
main(). and c++ is used by viod main(). c is used by
#<include.h> and c++ is used is A#include<iostreame>.
c is printf/scanf used by output/input.c is a topdown
approach while c++ is bottom up approach.C++ support
operator overloading but c doesn't
support
operator overloading.C is a LOW level language.
C++ is a HIGH level language.we have used by c is
semicolom. and c++ is not used by semicolom. c is length
programming and c++ is not length programming.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do pointers exist?
Why is object oriented programming so hard?
Why do while loop is used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the benefits of interface?
What is data binding in oops?
What is persistence in oop?
how to get the oracle certification? send me the answer
what are the ways in which a constructors can be called?
Can an interface inherit a class?
Explain virtual inheritance?
What is the difference between a mixin and inheritance?
Can destructor be overloaded?
What is cohesion in oop?
Why interface is used?