why we use using name space stdio in modern c++
Answers
Answered by
0
stdio
It stands for 'standard input output'
This allows you to execute simple statements like cin and cout.
And also allows you to store values in variables.
It stands for 'standard input output'
This allows you to execute simple statements like cin and cout.
And also allows you to store values in variables.
Similar questions