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

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

C. 10

Computer Science & Information Technology

You might also like to view...

Press Delete to remove text to the left of the insertion point

Indicate whether the statement is true or false

Computer Science & Information Technology

Which storage size can hold approximately one billion bytes?

A) byte B) megabyte C) gigabyte D) kilobyte

Computer Science & Information Technology