InterviewSolution
Saved Bookmarks
| 1. |
What function will we use to find out the number of elements in an array?(a) sizeof()(b) size()(c) sf()(d) sizeOf()This question was addressed to me during an online interview.My question is from The sizeof() Function topic in chapter Arduino Programming of Arduino |
|
Answer» Correct CHOICE is (a) sizeof() |
|