Function declaration is not matched with function definition.
Declaration:
int ERPSGame();
Definition
int ERPSGame(int argc, const char *argv[])
In Dev-C++, under Tools -> Compiler Options, put “-Wall” in the “…commands when calling compiler” box. It will be helpful for you to get warnings and do effective coding and saves your time too.
3
solved Im getting Id returned 1 exit status [closed]