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
What is encapsulation in oop?
What is polymorphism and example?
What are oops methods?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Which method cannot be overridden?
What is class encapsulation?
What are the 3 pillars of oop?
What is encapsulation with example?
What is abstraction in oop?
What is abstraction in oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the example of polymorphism?
What is object in oop with example?
What is polymorphism used for?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?