scanf("%c", &grade);

You're missing a comma in there.
And it's "int main(void)"
And be sure to "return 0" at the end of the program.

[EDIT] Oh, and no semi-colon after "main()"!


int...