+ 1
Why we use using namespace std;...?
2 Antworten
0
To state it simple, using namespace std is necessary in order to use commands like cin and cout, which are simpler than printf.
0
what happen if we dont use this line in a program ...?? i made many program without this line ......?