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
Explain how to reverse singly link list.
Why is c called a structured programming language?
Differentiate between static and dynamic modeling.
What is string function c?
What is array in C
What is an expression?
What are the disadvantages of external storage class?
What are the parts of c program?
Explain how can you avoid including a header more than once?
How does free() know explain how much memory to release?
What is the difference between #include
Are the expressions * ptr ++ and ++ * ptr same?
What is the newline escape sequence?
what is uses of .net
What is a list in c?