+ 2
what is the difference between "iostream" and "stdio.h"?
3 Respuestas
+ 6
When u use C Program, we use 'stdio.h'.
When u use C++ Pregram, we use 'iostream'.
+ 1
stdio is used for a specific programming only. whereas iostream is a wider header file which is used for all programming methods.
Conclusion: iostream is far better than stdio.
0
thanks