Their are the same amount of closing brackets with opening brackets.

You should put fflush stdin before getchar();




fflush(stdin);
getchar();