Answers for "can we return -1 in main function in c++"

C++
0

what do I return in int main() function c++

int main() {
  return 1;
}
Posted by: Guest on September-12-2021

Code answers related to "can we return -1 in main function in c++"

Browse Popular Code Answers by Language