Can someone please take a look and advise why the program does not move forward after the scanf gets a char(&), but waits for another char to be entered?
char user_char, hist_axis;
int axis_char_ok = 0,grade, max_count=0,j,k,m=1,grades[9] = {0};
printf(" Please enter a character: \n");
scanf(" %c ", &user_char);