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

Define a nested class.

615


What is a base class?

604


What is the use of lambda in c++?

582


Why is c++ still best?

555


What things would you remember while making an interface?

565






What are c++ variables?

541


What is a singleton c++?

551


What language does google use?

590


State the difference between delete and delete[].

579


What is array in c++ example?

653


What is the keyword auto for?

575


Can static member variables be private?

632


what Is DCS ? what i will get benefit when i did?

1838


Is it possible to get the source code back from binary file?

717


What is the error in the code below and how should it be corrected?

310