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 is array within structure?
What is the c language function prototype?
Do pointers store the address of value or the actual value of a variable?
When should you not use a type cast?
What is file in c language?
What is function in c with example?
What is function what are the types of function?
What is this infamous null pointer, anyway?
What is bss in c?
What is the use of c language in real life?
What is selection sort in c?
What is meant by 'bit masking'?
What is the return type of sizeof?
What is meant by realloc()?
What is the use of #define preprocessor in c?