+ 1
Before "Main", ¿What I write?
HELPPPPP!!!
3 ответов
+ 1
#include <iostream>
using namespace std;
int main()
{
return 0;
}
That's a simple program.
I do not understand your question.
+ 1
u write return type before ur main for example int main, void main
0
It's return type, where main will always have an integer return type, "int".