difference between c and c++?
Answer Posted / mahesh
=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c++ support all c syntax
=>in c passing value to a function is "call by value"
where c++ its "call by reference"
| Is This Answer Correct ? | 173 Yes | 78 No |
Post New Answer View All Answers
What is rvalue?
Write a function to find the nth item from the end of a linked list in a single pass.
Explain what are single and multiple inheritances in c++?
daily Routine of father
Do vectors start at 0 c++?
What is oops in c++?
What are the advantages of using a pointer?
How do you sort a sort function in c++ to sort in descending order?
What is the difference between global variables and local variable
Do class method definitions?
What is the role of copy constructor in copying of thrown objects?
Will the following program execute?
Can constructor be private in c++?
How can a struct in c++ differs from a struct in c?
Can we make any program in c++ without using any header file and what is the shortest program in c++.