Int idex=0;
for(int i=0; I<10; I++) {
/* could you tell me how to understand this step, idex results why is equal to 10, he is not the integer, not can't save string, don't understand the whole sentence, hope someone answer
*/
Dict [idex++]=` 0 ` + I;
}
CodePudding user response:
2222233333CodePudding user response:
111111555555CodePudding user response:
??????????????????????????????CodePudding user response:
Cycle, 10 times idex since increased 10 times is tenCodePudding user response:
Dict type is char array, can save character variable, the index is integer, where you took it as an array subscript, circulation since increased 10 times, of course, is equal to ten,CodePudding user response:
Idex is the dict subscript of an array of characters, the subscript is plasticCodePudding user response:
Thank you ??????????CodePudding user response: