Kizspy | Question: 20 (Choose 1 answer)
Which of the following is the correct syntax of the for statement?
A. for (Init1, Init2; Condition; Task1, Task2);
B. for (Init1, Condition, Task 1);
C. for (Condition; Init1, Init2; Task1);
D. for (Init1; Init2; Condition; Task2)