Answer Posted / p.pavithra
=>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
=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c passing value to a function is "call by value"
=>where c++ its "call by reference"
=>C++ is the hight level language.
=>C is low level language.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What does do in c?
How do I get an accurate error status return from system on ms-dos?
program to convert a integer to string in c language'
What is malloc calloc and realloc in c?
In a header file whether functions are declared or defined?
Where in memory are my variables stored?
Differentiate between full, complete & perfect binary trees.
All technical questions
What is the use of volatile?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is assignment operator?
How to write c functions that modify head pointer of a linked list?
Which header file is used for clrscr?
How do you use a pointer to a function?
Hi can anyone tell what is a start up code?