Computer Science, asked by Anki58, 1 year ago

why we use using name space stdio in modern c++

Answers

Answered by Astitva
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.
Similar questions