error: ‘endl’ was not declared in this scope code example
Example: error: 'endl' was not declared in this scope
using namespace std;
Explanation:
mention "using namespace std;" above the main function in C++ will solve the 'endl' error
using namespace std;
Explanation:
mention "using namespace std;" above the main function in C++ will solve the 'endl' error