Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of these prototypes of the main function is incorrect?
int main(int argc, char∗ argv[]){...}
int main(int argc, char∗∗ argv){...}
void main(){...}
int main(){...}
int main(int argc){...}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!