c int to string

[ad_1]

c int to string
int i = 69;
char str[256];

itoa(i,str,10); //Base 10

//str = "69"
integer to stringc
int someInt = 368;
char str[12];
sprintf(str, "
 
objective c convert int to string
NSString* myNewString = [NSString stringWithFormat:@"

[ad_2]

Content Protection by DMCA.com