Answers for "exit_failure was not declared in this scope"

C
1

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 "exit_failure was not declared in this scope"

Code answers related to "C"

Browse Popular Code Answers by Language