Loading...
Engaged Employer
Implement itoa
Anonymous
from http://en.wikipedia.org/wiki/Itoa void itoa(int n, char s[]) { int i, sign; if ((sign = n) 0); /* delete it */ if (sign < 0) s[i++] = '-'; s[i] = '\0'; reverse(s); }
void itoa( void ) { printf( "hello world\r\n" ); }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.