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 the difference between object-oriented programming and procedural programming?

708


Write a c program for binary addition of two 8 bit numbers.

3674


What is the difference between the functions memmove() and memcpy()?

642


What is a static member?

623


How do you invoke a base member function from a derived class in which you have not overridden that function?

596






What is guard code in c++?

652


Why is it called c++?

589


What is a c++ map?

672


Refer to a name of class or function that is defined within a namespace?

627


How const int *ourpointer differs from int const *ourpointer?

620


Is c++ built on c?

575


What is the best ide for c++?

583


Write some differences between an external iterator and an internal iterator?

599


What is the difference between *p++ and (*p)++ ?

787


Do you know what are pure virtual functions?

646