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 is using namespace std in c++?
How can I learn dev c++ programming?
Why do we use templates?
Please explain class & object in c++?
Why is main function important?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the header file for setw?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the protected keyword used for?
Is there a sort function in c++?
Is vector a class in c++?
Which software is best for coding?
Describe the process of creation and destruction of a derived class object?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.