Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Need help in understanding code

$
0
0

Can anyone please explain me, what this below code is doing:

int startat = 1;
const int MAX_DIGIT = 11;
char digits[MAX_DIGIT];
_itoa_s(startat,digits, MAX_DIGIT, 10);






Viewing all articles
Browse latest Browse all 15302

Trending Articles