Question

Which of the following is not true for for-loop?

A for (i=0; i
B for (int i=0; i>9; i++)
C for (i=10; i
D for (i=10; i++; i
Practice Next

Hey! Ask a query