what is the main difference between c and c++?
Answer Posted / sricharan
>> C << >> C++ <<
1> Basically it is an 1> It is an Object oriented
procedure oriented known as OOPS
2> It is an Top-Down 2> It is an Bottom-Up
approach approach
3> syntax ->#include<stdio.h> 3> #include<iostream.h>
4>Here we use Print f & scan f 4> Here we use cout and cin
statements statements
5>Mainly Focus on procedure 5> Mainly Focus on Data
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
Why do we use class?
Why do we use oop?
What are objects in oop?
what is graphics
Why is object oriented programming so hard?
Why do we need polymorphism in c#?
What is abstraction encapsulation?
What does <> mean pseudocode?
How do you define a class in oop?
What is abstraction in oops with example?
What is destructor example?
What is pure oop?
#include
How is polymorphism achieved?