Why the input Numbers don't quit the loop

CodePudding user response:
cir=the scanf (" % c ", & amp; Alp); When you enter 2, alp as' 2 ', cir is 1, certainly continue to cycle
CodePudding user response:
Numbers and characters, alp receiving '2' character, what is wrong?
CodePudding user response: