Answers for "error 'exit' was not declared in this scope solution"

C
2

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
Posted by: Guest on July-27-2020

Code answers related to "error 'exit' was not declared in this scope solution"

Code answers related to "C"

Browse Popular Code Answers by Language