Which code lines inserted independently instead of the comment will make the following program work correctly? (Choose three.)
int main (int argc, char *argv[])
int main (int c, char *v[])
int main
void main ()
Submit