how to print out an input char in c code example Example: c print char char bob = 'X'; printf("%c", bob); putchar(bob);