Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,216 I wanted the result in the first way but by using sprintf. |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,216 Guys I like the array to be of first option. I think the solution given by Ancient Dragon is OK with me but he is not using the sprintf function, instead he's given every element of array indidually.... |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,216 I have tried it already. 1F should return the value 31 but instead it is returning 33. Same with all hex dumps. they all are returning incorrect results. |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,216 Hey Guys,
I am new to C programming and I got a task of storing hex dumps in character array and then use them as a string. I use the sprintf function for the job but it is giving me incorrect... |