How many times will this for loop execute? (Note: i is an int.) for(i = 0; i > 100; ++i)

A. 0, the loop will not execute
B. 99
C. 100
D. The loop is not written correctly. It would not compile.

A. 0, the loop will not execute

Computer Science & Information Technology

You might also like to view...

Memory located on the motherboard in which essential start-up instructions are prerecorded and that does not erase when the system is switched off

What will be an ideal response?

Computer Science & Information Technology

A home network is usually setup as a(n) ________ network

Fill in the blank(s) with correct word

Computer Science & Information Technology