Choose Category
#include <stdio.h> int main( ) { // %c prints character (ASCII) equivalent of 89 printf("%c",89); }