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
Define a constructor?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Why is c++ awesome?
What are built-in functions? What is the syntax for the definition?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Write syntax to define friend functions in C++.
What is a string example?
What is the difference between the indirection operator and the address of oper-ator?
What is searching? Explain linear and binary search.
Write about the scope resolution operator?
Explain terminate() and unexpected() function?
What is a driver program?
What is ios :: in in c++?
Is it possible to use a new for the reallocation of pointers ?