Basic
difference between c & c++
•Standard
I/O library used is stdio.h
•It
do not use namespace
•For
input we use scanf
•For
output we use printf
•It
supports object oriented programing
•Standard
I/O library used is iostream
•We
have to use namespace
•We
use cin>>
•We
use cout<< for output
•It
do not support object oriented programing
No comments:
Post a Comment