InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of the micros() function?(a) Signed Long(b) Signed Int(c) Unsigned Long(d) Unsigned IntThis question was posed to me in an interview for internship.Question is from Time Functions in chapter Arduino Programming of Arduino |
|
Answer» Right choice is (c) UNSIGNED Long |
|