#include int main(void) { int i; printf("inPut = "); scanf("%d",&i); printf("Output = %c",i); return 0; }