difference between c and c++?
Answer Posted / jyoti
*c is a middle level language,in this data can de divided
into functions.
*c++ is a high level language,in this data can be divided
int classes,
*c== has more features than c- language
such as polymorphism,inheritance,data
abstraction,encapsulation.
*c++ is a object oriented programming language.c- is a
procedure oriented programming language;
FINALLY I CONVAY
C LANGUAGE IS ROOT OF C++ LANGUAGE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structure and class in c++.
What is a Default constructor?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is const pointer and const reference?
What is null pointer and void pointer?
What is constructor and destructor in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is called array?
Describe delete operator?
Why c++ is not a pure oop language?
What is an arraylist c++?
What is istream c++?
What are the 3 levels of programming languages?
What are maps in c++?