Which type of for loops are defined with the following syntax?
FOR(initstmt; exit_condition; increment stmt){
codeblock
}
Traditional for loops
List iteration for loops
Set iteration for loops
SOQLforloops(No Answer)

A.
Static and final
B.
A governor limit
C.
Traditional for loops
D.
SOQL for loops
I agree with the answer. C
0
0