InterviewSolution
Saved Bookmarks
| 1. |
Can the break statement be used to abort a program?(a) Yes(b) Yes, but only if it is used within the global scope(c) No(d) Yes, but only for some Arduino BoardsI got this question in a national level competition.My enquiry is from Control Structures in division Arduino Programming of Arduino |
|
Answer» The correct OPTION is (c) No |
|