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
How is computer programming useful in real life?
What does namespace mean in c++?
Is multimap sorted c++?
What is type of 'this' pointer? Explain when it is get created?
What is the best c++ book for beginners?
What does the ios::ate argument do?
What are the differences between malloc() and calloc()?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
what are Access specifiers in C++ class? What are the types?
Show the declaration for a static function pointer.
Write a Program to find the largest of 4 no using macros.
What does floor mean in c++?
How do you clear a buffer in c++?
Will rust take over c++?
What is the difference between global variables and static varables?