제가

itoa (num, str8, 2);
itoa (num, str8, 8);
itoa (num, str8, 16);

이런식으로 썼는데요

int num; 선언하고
char str8 [256]; 도 선언했는데


오류떠요 ㅠㅠ

왜그런거죠?????