What does Z represent in this code?

Consider the following statement:

for (X; Y; Z)

What does Z represent in this code?

Consider the following statement:

for (X; Y; Z)

What does Z represent in this code?

A.
The counter variable

B.
The loop counter update expression

C.
The condition under which the loop will execute

D.
The highest value that the counter variable may reach



Leave a Reply 0

Your email address will not be published. Required fields are marked *