• 2022-06-28
    执行下面程序段, 只输出”Apple”,完成程序算法填空。。

    int i,j;

    char c[]="an Apple";

    for(i=0; i<=____;i++ )

    { j=i+3 ;

    printf("%c