Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write code for atoi(x) where x is hexadecimal string.

Answer Posted / yuusaku

int num;
sscanf(string,"%x",&num);

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ## preprocessor operator in c?

1133


What is a char in c?

1041


p*=(++q)++*--p when p=q=1 while(q<=6)

1816


What is formal argument?

1191


Explain the binary height balanced tree?

1237


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1131


Are pointers integers in c?

1123


What are qualifiers in c?

1089


I need a sort of an approximate strcmp routine?

1081


What is the return type of sizeof?

1114


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1141


What are c preprocessors?

1244


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

2096


Function calling procedures? and their differences? Why should one go for Call by Reference?

1137


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1148