Difference between stdio and iostream.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between stdio and iostream..

answer please

22nd Sep 2017, 12:57 PM
White code
White code - avatar
2 Answers
22nd Sep 2017, 1:57 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
stdio is the c standard library and iostream is for c++. You need iostream to do the cout and cin stuff. Stdio you would have to use puts and gets or printf and scanf.
22nd Sep 2017, 1:19 PM
Arthur Tripp
Arthur Tripp - avatar