Question: I am trying to write a function In C programming that reads a C style string. Take the string and turns it into the ASCII
I am trying to write a function In C programming that reads a C style string. Take the string and turns it into the ASCII value.
Here is the string "Hello this class is awesome".
All the ASCII values get subtracted by 16. If there is any ASCII values less then 32 then another step is taken: outChar=(outChar-32)+144. But this is only done to the ASCII values less than 16. Then print everything put
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
