difference between c and c++?

Answer Posted / t.shasu

C:C is procedural oriented language with specific focus on
method
c++:c++ object oriented progrmming with focus of classes
and object acess mechanisam
c:scanf & printf for read & write the input & output.
c++:extraction & insertion operators are used.
c:c having Macros.
c++;Having inline function to fast registering access.
c:and so on...
c++:and so on....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by funtion prototype?

671


Differentiate between late binding and early binding. What are the advantages of early binding?

676


How does atoi function work?

745


How to declaring variables in c++?

761


What is a breakpoint?

651






To which numbering system can the binary number 1101100100111100 be easily converted to?

701


What does obj stand for?

731


Is java easier than c++?

686


Write a program to find the Factorial of a number

680


What is a multimap c++?

775


What is data abstraction? How is it different from data encapsulation?

617


Is multimap sorted c++?

653


How to demonstrate the use of a variable?

718


What is :: operator in c++?

684


What does catch(…) mean?

722