how to type cast a string into integer in C and store it in the integer array ?

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-05-27T16:16:53Z Indexed on 2010/05/27 16:21 UTC
Read the original article Hit count: 142

Filed under:

I want to know how to type cast a string into integer , and not use sprintf() in C

© Stack Overflow or respective owner

Related posts about c