Forum: C Dec 29th, 2008 |
| Replies: 4 Views: 1,992 Thank you.
Regards,
Sahana |
Forum: C Oct 16th, 2008 |
| Replies: 4 Views: 1,992 Hello,
The Hexadecimal value of EBCDIC has to be converted to corresponding character as the user inputs it.
The following table shows the hexadecimal value of characters in ASCII and EBCDIC. ... |
Forum: C Aug 20th, 2008 |
| Replies: 4 Views: 1,818 Thanks a lot :) It was very helpful |
Forum: C Aug 19th, 2008 |
| Replies: 4 Views: 1,818 Hi All,
I am facing a problem with using the function strtok(). Following is just a sample code.
The code below stores the string str delimited by comma into an array.
I want to modify the... |