Printing the ASCII value

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { char ch; scanf("%c", &ch); printf("%d", ch); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines