difference between c and c++?
Answer Posted / manish jangid
C++ is the hight level language, but C is low level
language.
C++ can support of all function of C, but C can't support
of all function of C++.
We can work with Class in C++, But we can't work with Class
in C
C++ is a object oriented language but C is not OOPS
C is the Top to bottom , but C++ is bottom to Top language.
| Is This Answer Correct ? | 110 Yes | 54 No |
Post New Answer View All Answers
What is the difference between c++ and turbo c++?
How do you sort a sort function in c++ to sort in descending order?
What is const in c++?
what is COPY CONSTRUCTOR and what is it used for?
What is an iterator class in c++?
what are the iterator and generic algorithms.
What is the benefit of c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Write a function that swaps the values of two integers, using int* as the argument type?
How do I start a c++ project?
What is static function? Explain with an example
What do you mean by function overriding & function overloading in c++?
Can I create my own functions in c++?
What is a volatile variable in c++?
What does it mean to declare a destructor as static?