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
What is ## preprocessor operator in c?
What is a char in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is formal argument?
Explain the binary height balanced tree?
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.?
Are pointers integers in c?
What are qualifiers in c?
I need a sort of an approximate strcmp routine?
What is the return type of sizeof?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are c preprocessors?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?