+ 5
First of all i think your code is wrong(a double quote is missing) It should be like this: print("%c\n",letter); And %c is used to indicate that a character value will be placed here(which is stored in letter variable)
20th Feb 2019, 9:34 AM
Vikas Tiwari
Vikas Tiwari - avatar