what is the main difference between c and c++?
Answer Posted / k.packiya
c is procadural langaue but c++ is object oriend language.C
is object based langauga.In c we have use th input and
output statement as printf and scanf but in c++ the input
and output statements are cout and cin.C++ is more
comlexitiy and security then c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different oops concepts?
What is the purpose of polymorphism?
What is the main feature of oop?
What is the real life example of polymorphism?
What do you mean by abstraction?
What is interface in oop?
Can we create object of interface?
What are the 4 main oop principles?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the difference between procedural programming and oops?
Can abstract class have normal methods?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is abstraction in oops?
What is difference between polymorphism and inheritance?
When not to use object oriented programming?