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
What problems might the following macro bring to the application?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
List the types of polymorphism in c++?
Why c++ is called oop?
Please explain the reference variable in c++?
What are the advantages of using pointers in a program?
What is do..while loops structure?
Why do we need templates?
How do we implement inheritance in c++?
Is c++ primer good for beginners?
What's the best free c++ profiler for windows?
What are default parameters? How are they evaluated in c++ function?
What language is a dll written in?
Why do we need pointers?
List different attributes in C++?