Chapter - 3: Graduating to C++

What are the advantages of cout and cin over printf() and scanf() ?


D
Sections
8
Exercises

We don't have to use format specifiers in cin and cout but in printf() and scanf(). It is a little complex to use printf and scanf over cout and cin.


© 2021 Garbage Valuegarbage value logo