ASCII Chart

ASCII chart

After seeing this chart if you want to print say square root symbol all you have to do is specify the ASCII value for %c in printf
i.e to print square root..

printf(“%c Hi! %c”,251,251);

and to print heart symbol

printf(“%c Hi! %c”,3,3);


You may also like

Find out what I am doing by following me on Twitter... Tweet This Post!

Leave a Reply

Comment on the next level:

- Enter your info on the left

- Create an avatar with Gravatar!