Answers for "in c/c++ why do we use return in the int main function"

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 "in c/c++ why do we use return in the int main function"

Browse Popular Code Answers by Language