InterviewSolution
Saved Bookmarks
| 1. |
Which one of the control structures is similar to the if-else statement?(a) Switch-case(b) For loop(c) While loop(d) ContinueThe question was posed to me in an interview.My doubt is from Control Structures topic in chapter Arduino Programming of Arduino |
|
Answer» Right answer is (a) Switch-case |
|