Computer Science, asked by Anonymous, 6 months ago

3what is the output of the followinh piece of code #mod1 defchange (a)

Answers

Answered by shrutijha0804
2

Answer:

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

Similar questions