InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of the millis() function?(a) Signed Long(b) Unsigned Long(c) Signed Float(d) Unsigned IntI got this question during an online interview.My question is based upon Time Functions in section Arduino Programming of Arduino |
|
Answer» Correct answer is (b) Unsigned LONG |
|