C VS C++
C VS C++
C C++
5) In C, you can't use functions in structure. In C++, you can use functions in structure.
In C, scanf() and printf() are mainly used C++ mainly uses stream cin and cout to perform
7)
for input/output. input and output operations.
C programs are divided into procedures C++ programs are divided into functions and
9)
and modules classes.