[Solved] using goto keyword in C [closed]
If the program really does print 0 for you then there might be a serious problem with your compiler (or even your machine…). My suspicion is that it doesn’t print 0, but your question is really why the program loops infinitely. This is because the if-body only contains the print statement. So when a reaches … Read more