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

Write a recursive program to calculate factorial in c++.

599


Is sorted c++?

564


What is c++ stringstream?

592


Explain how we implement exception handling in c++?

568


Write a note about the virtual member function?

595






Are strings mutable in c++?

686


List the merits and demerits of declaring a nested class in C++?

595


what you know about c++?

652


What is jump statement in C++?

608


What is singleton pattern in c++?

537


What is name hiding in c++?

603


How can a struct in c++ differs from a struct in c?

604


Are strings immutable in c++?

643


Why c++ is the best language?

582


What does int * mean in c++?

623