Time:05-11
CodePudding user response:
do you remove the for the back of the semicolon, add a semicolon will be over, don't enter the loop body
#include # include Int main (void) {Char a, [9].//strcpy for string copy only, and not only does it copy the string content, but also will copy the end of the string int i,j; Strcpy (a, "computer");//a for(int i=0; i<8; I=I + 2) {Printf (" % c ", a [I]); } return 0; }
Page link:https//www.codepudding.com/net/110712.html