main() { char c ; c = '0' ; printf("%%c:[%c]\n",c); printf("%%d:[%d]\n",c); printf("%%x:[%x]\n",c); }