User profile: quick

User info
User name:quick
History
Joined:
Number of posts:2
Latest posts:

How do you convert char [11] to int [10]
do not use function atoi(), because this function takes a const char * as parameter, but you give a ...

Why is my calculator calculating wrong?
[code]printf("The answer is= %+f \n", &result);[/code] for printf, & is not need.