+ 2
Why we include <iostream> for taking input and giving output?
We use <iostream> for taking input and output but we can also use <cstdio> for the same work.So why most of the people use <iostream> though they have a option of using <cstdio>?
0 Answers