Re: [algogeeks] Hexadecimal to Decimal

2011-09-01 Thread rajeev bharshetty
@Don : Thanks , are there any other methods On Thursday, September 1, 2011, Don wrote: > int n; > char *string = "0xff"; // Or whatever > sscanf(string, "%x", &n); > printf("%d\n", n); > > On Sep 1, 11:34 am, rShetty > wrote: > > Given a Hexadecimal value as a string, give a C Code to conve

Re: [algogeeks] Hexadecimal to Decimal

2011-09-01 Thread rajeev bharshetty
@Arpit : Could you please post the solution . On Thursday, September 1, 2011, Arpit Sood wrote: > in the same way as you do for binary to decimal, only base needs to be > changed > > On Thu, Sep 1, 2011 at 10:04 PM, rShetty > > > wrote: > >> Given a Hexadecimal value as a string, give a C Code

Re: [algogeeks] Hexadecimal to Decimal

2011-09-01 Thread Arpit Sood
in the same way as you do for binary to decimal, only base needs to be changed On Thu, Sep 1, 2011 at 10:04 PM, rShetty wrote: > Given a Hexadecimal value as a string, give a C Code to convert it > into decimal value? > If 0xff then output should be 255. > > -- > You received this message becaus

[algogeeks] Hexadecimal to Decimal

2011-09-01 Thread rShetty
Given a Hexadecimal value as a string, give a C Code to convert it into decimal value? If 0xff then output should be 255. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsu