what are difference between c and c++?

Answer Posted / ramya.p

In c++, function can call through object except friend
function . But in c ,their is necessary

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic and static typing?

679


What is scope resolution operator in c++ with example?

563


What are put and get pointers?

585


What is the need of a destructor? Explain with the help of an example.

570


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

750






. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

2763


What are the differences between malloc() and calloc()?

615


Define pure virtual function?

565


What is object in c++ example?

627


What does namespace mean in c++?

557


what is the difference between overloading & overriding? give example.

565


What is protected inheritance?

602


Describe the process of creation and destruction of a derived class object?

643


Which format specifier is used for printing a pointer value?

583


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

568