Jumping Statement
C : Jumping Statement Program List
Program [1]
c program to input any number and print its table using goto statement
Program [2]
C program to input any number and print its factorial value using goto statement
Program [3]
Write a program entered number check the number is even or odd by using goto statement.