Is the cout and cin in C++ from the words C-out and C-in? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is the cout and cin in C++ from the words C-out and C-in?

24th Mar 2018, 7:32 AM
Aaron For No Reason
Aaron For No Reason - avatar
2 Answers
+ 2
cout - console output cin - console input
24th Mar 2018, 8:40 AM
aklex
aklex - avatar
+ 2
Nope. Char based INput Char based OUTput
24th Mar 2018, 9:36 AM
Timon Paßlick