Как преобразовать int в const char в c

 int size;
 char dispsize[100];
 sprintf(dispsize,"%d",size);
zakenobi