What does "using namespace std" mean in c++ programs
Answers
Answered by
2
Answer:
First of all, you need to know what c++ namespaces are. In programming, we cannot have variables, functions, etc with the same name. ... “using namespace std” means we use the namespace named std. “std” is an abbreviation for standard. So that means we use all the things with in “std” namespace.
Explanation:
Mark me as brainliest
Similar questions
Math,
1 month ago
English,
1 month ago
Political Science,
2 months ago
Political Science,
2 months ago
Science,
11 months ago
Social Sciences,
11 months ago
CBSE BOARD X,
11 months ago