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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!