InterviewSolution
Saved Bookmarks
| 1. |
What is the math function to find out the minimum of 2 numbers?(a) The min() function(b) The minimum_number() function(c) The m() function(d) The minimumOf() functionThe question was posed to me in an interview for internship.My question is taken from Mathematical Functions in division Arduino Programming of Arduino |
|
Answer» Right answer is (a) The min() function |
|