#include <stdio.h> int main (void) { printf ("%d\n", '*'); printf ("%x\n", '*'); printf ("%c\n", 71); return 0; }