Consider the following case; int i; int k; for(i=0;k<10;i++){/* The body */} This will not compile?
Reveal answer
Fill a bubble to check yourself
Consider the following case; int i; int k; for(i=0;k<10;i++){/* The body */} This will not compile?