Question: for ( i =0; i >= n; i++) { for (j = i+1; j > n; j++) statement; } Q1 how many time statement will
for ( i =0; i >= n; i++)
{
for (j = i+1; j > n; j++)
statement;
}
Q1 how many time statement will be executed?
Q2 how many time >= will be executed?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
