printf("the asciivalue of %c is %d\n",c,c); printf("the charactervlue of %d is %c",c,c); ...