CEVA interview question

Implement the next function in C (value can be also negative): char * itoa (int value, char * str);

Interview Answer

Anonymous

29 Mar 2018

Very good

1