下面程序运行的结果是( )。 main ( ) { int i,j,k =19; while (i=k-1) { k-=3 ; if (k%5==0) { i++ ; continue ; } else if (k<5) break ; i++; } printf ("i=% d,k =%d\n", i,k ); } A. i=3,k=4 B. i=4,k=5 C. i=6,k=5 D. i=6,k=4
【单选题】The logical relationship that communicates a delay between the start/finish of one activity and the start/finish of another activity is referred to as: