What is the difference between break and continue? : hana sql script
Answer Posted / Chaina Khatoon
In programming, 'break' terminates a loop and continues with the following code outside of it. On the other hand, 'continue' skips the current iteration of the loop and moves on to the next iteration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category