Kết quả: int num = 0; while (num <= 2) { num++; printf("%d; ", num); }5/21Kết quả:int num = 0;while (num <= 2){num++;printf("%d; ", num);}1; 2; 3; 4;1; 2; 3;1; 2;1;Giải thíchChọn đáp án B