Question: Create a C program called translate that acts as converter from the input to the output. Your program should accept input from stdin, replace characters

Create a C program called "translate" that acts as converter from the input to the output. Your program should accept input from stdin, replace characters as indicated below, then output the new character stream to stdout. ASCII Original Converted A 4 E 3 H # O 0 S $ T 7 a a 3 h # i ! 1 1 0 0.041 +0.134 0.045 + 0.33 0.048 0.23 0x4F 0x30 0.253 0.x24 0.254 0.037 0.061 +0.040 0.65 + 0.033 0.68 0.23 0.269 0.x21 0x60 + 0231 0.c6F +0.230 0.074 0.02B e 0 t Table 1: Character Conversions 2.5 Example output 2.5.1 Example 1 projecto> cat example.txt The quick brown fox jumped over the lazy dog. Twas brillig and the slithy toves did gyre and gimble in the wabe ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz !@#$%&* 1234567890 This has been a test of my translate program project> ./translate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
