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
Differentiate between a copy constructor and an overloaded assignment operator.
What does extern mean in a function declaration in c++?
Can we use clrscr in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
Why would you use pointers in c++?
What is switch case in c++ syntax?
What does count ++ do in c++?
Is there any difference between int [] a and int a [] in c++?
In a function declaration what does extern means?
What are the vectors in c++?
How do you sort a sort function in c++ to sort in descending order?
How do you add an element to a set in c++?
If dog is a friend of boy, is boy a friend of dog?
In the derived class, which data member of the base class are visible?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples