SyntaxFix
Write A Post
Hire A Developer
Questions
Better use sprintf(),
char stringNum[20]; int num=100; sprintf(stringNum,"%d",num);