Can the loop() function be used to call another function that is custom defined by the programmer?
(a) Yes, it can call
(b) No, it cannot call
(c) Yes, it can call but only functions with no return values
(d) Yes, it can call but only functions with return values
This question was addressed to me during an internship interview.
My question is taken from The loop() Function topic in division Arduino Programming of Arduino