How to make a paragraph using ascii value in c? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a paragraph using ascii value in c?

I need small Sample program

16th Feb 2021, 10:30 AM
Kajee Kajeepan
Kajee Kajeepan - avatar
1 Answer
0
You can get ASCII value of a char by casting it to int. With a loop iterating the string, you can print the ASCII value of each char.
16th Feb 2021, 10:43 AM
你知道規則,我也是
你知道規則,我也是 - avatar