difference between the c++ and c languages

Answer Posted / jaya

in c data hiding is not possible and we have to write
complete program at a time.whereas in c++ data hiding is
possible and one can divide a huge program into certain
small programs later combine it into one as per one's
choice.moreover we hav header file different.eg:<stdio.h>
in c supports printf & scanf statements while <iostearm.h>
in c++ supports cout statements......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

705


What is input operator in c++?

591


What is data type in c++?

563


What is pure virtual function?

633


Write about the stack unwinding?

630






Is it possible for the objects to read and write themselves?

651


What are the unique features of C++.

577


What is abstraction c++?

595


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3706


What is the benefit of learning c++?

555


What do you mean by const correctness?

632


Is c++ pass by reference or value?

575


Is java made in c++?

587


What does int * mean in c++?

642


Write bites in Turbo c++ Header ("Include") Files.

690