C program to print ASCII values of all uppercase alphabets using goto statement
We have to print ASCII values of all uppercase alphabets along with alphabets using C program.
In this program, we are using a variable named count which will be initialized by 'A' and with the help of label, goto statement and condition; we are printing the ASCII values of all uppercase alphabets.
Program
Output
This is a way, by which we can print ASCII values of all uppercase characters (alphabets), please write through comment, if you have any doubt?
need an explanation for this answer? contact us directly to get an explanation for this answer