Question:Which of the following is the correct syntax of FOR?
A for ( increment; initialize; test) B for ( initialize; test), increment C for ( initialize; test; increment) D for ( test; initalize; increment)
+ AnswerC
+ Report