Computer Science, asked by Aaryan961, 6 months ago

What will be the output of this piece of code???

No spam or else reported​

Attachments:

Answers

Answered by Anonymous
0

Due to semicolon(;) at the end of the for loop, after 10 iterations for loop will be terminated and the result will be 10.

Mark as brilliant answer

Answered by Anonymous
0

Answer:

Explanation:

Due to semicolon(;) at the end of the for loop, after 10 iterations for loop will be terminated and the result will be 10.

Mark as brilliant answer

Similar questions