<br>
<br>
I am just learning the C language and I am having some problem on writng a code.. I am trying to write a code that would show the Ascii character and its corrosponding value <br>
<br>
like :<br>
<br>
Ascii Value Letter<br>
<br>
65 A 66 B 67 C<br>
......... Z<br>
97 a 98 a .....<br>
.............. z<br>
0 1 .......<br>
<br>
can someone please help me on this one
<br>
I am just learning the C language and I am having some problem on writng a code.. I am trying to write a code that would show the Ascii character and its corrosponding value <br>
<br>
like :<br>
<br>
Ascii Value Letter<br>
<br>
65 A 66 B 67 C<br>
......... Z<br>
97 a 98 a .....<br>
.............. z<br>
0 1 .......<br>
<br>
can someone please help me on this one