difference between c and c++?
Answer Posted / jayashri jali
->C is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
->c++ is object oriented language and gives importance to
object that is data
c++ is high level language.
-> in c++ data will be secured means its a secured
programming language where as c is insecure.
using the properties in c++ like inheritance,function
overloading etc we can minimize the data redundancy.
c does not have such properties.
->c is top down approach, c is bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are iterators in c++?
What is the difference between a reference and a pointer?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is a storage class? Mention the storage classes in c++.
How come you find out if a linked-list is a cycle or not?
Explain differences between alloc() and free()?
What is type of 'this' pointer? Explain when it is get created?
What is c++ try block?
What is the basic structure of a c++ program?
If all is successful, what should main return a) 0 b) 1 c) void
Are iterators pointers?
Explain linear search.
give me an example for testing a program showing the test path .show how the test is important and complex.
Is string data type in c++?
What are activex and ole?