Answers for "exit’ was not declared in this scope"

C++
2

set was not declared in this scope

#include <set>
Posted by: Guest on December-25-2021
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’ was not declared in this scope"

Browse Popular Code Answers by Language