1.1 Program? Translator Program? A program is a set of instructions to perfrom a task. A translator program is a software tool that translates source code to object code (machine code / binary code).
printf("Given integer value in Decimal form: %d\n",a); printf("Given integer value in hexadecimal form: %X\n",a); printf("Given integer value in Octal form: %o\n",a); ...