C Pointers Exercise 15: Using a pointer, print the alphabet [C Programming]

preview_player
Показать описание
Using a pointer, write a program in C to print all the alphabets.

Expected Output:
The Alphabets are :
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

===============================================

Рекомендации по теме
Комментарии
Автор

Dude, how come " counter + 'A' " can be equal to B, C, D etc. (0+A=A, 1+A=B...) how is this works?

FreeStyleCrhymeR