c print string char by char code example Example: c print char char bob = 'X'; printf("%c", bob); putchar(bob);