filmov
tv
C - Program to Print ASCII Value

Показать описание
* In this program, the user is asked to enter a character. The character is stored in variable c.
* When %d format string is used is displayed.
* When %c format string is used, char itself is displayed.
-- Refer to example Link :
* When %d format string is used is displayed.
* When %c format string is used, char itself is displayed.
-- Refer to example Link :