+ 12
For printf, On success, the total number of characters written is returned. [http://www.cplusplus.com/reference/cstdio/printf/] For scanf, On success, the function returns the number of items of the argument list successfully filled. [http://www.cplusplus.com/reference/cstdio/scanf/]
2nd Oct 2017, 6:21 AM
Babak
Babak - avatar