C program to demonstrate the use of goto statement
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out Enter a number 6 6 is an EVEN number kodingwindow@kw:~$
What Next?
C program to demonstrate the use of break and continue statements
Find the output of C programs
C Loops
Advertisement