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
#include
Is html an oop?
What is the diamond problem in inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use inheritance?
What is polymorphism give a real life example?
What causes polymorphism?
Why do pointers exist?
write string class as your own class in java without using any built-in function
Whats is abstraction in oops?
What does no cap mean?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are constructors in oop?
What is multilevel inheritance?