what is the difference between "iostream" and "stdio.h"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the difference between "iostream" and "stdio.h"?

26th Sep 2016, 6:50 AM
Athiyyah
Athiyyah - avatar
3 Answers
+ 6
When u use C Program, we use 'stdio.h'. When u use C++ Pregram, we use 'iostream'.
26th Sep 2016, 7:29 AM
让 吹 °
让 吹 ° - avatar
+ 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.
9th Nov 2016, 2:05 PM
Gauri
0
thanks
26th Sep 2016, 10:53 AM
Athiyyah
Athiyyah - avatar