0
What is using name space std?
What is using name space std?
2 Antworten
0
it is used for importing several stuff in ur program if it isnt used then the program will result in bunch of errors
0
using namespace std; its just clarifying code kind of, instead of having a bunch of std::cout << "just use using namespace to avoid over complexing simple code" << std::endl;