This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error in C

I have an error that says:
error: two or more data types in declaration of 'main'. This is my declaration of main:
int main(int argc, char *argv)
any suggestions on how to fix it?

0