// Prints char #include int main(void) { char c = '#'; printf("%c\n", c); }