InterviewSolution
Saved Bookmarks
| 1. |
What is the math function to find out the maximum of 2 numbers?(a) The maximumOf() function(b) The maximum_number() function(c) The max() function(d) The m() functionThe question was asked during a job interview.Asked question is from Mathematical Functions topic in section Arduino Programming of Arduino |
|
Answer» Right answer is (C) The max() FUNCTION |
|