What are the three components of a for-loop?
(a) initialization, conditional, increment/decrement
(b) conditional, memory allocation, memory deletion
(c) reset, increment, conditional
(d) reset, increment/decrement, memory allocation
This question was addressed to me in unit test.
I'd like to ask this question from Looping topic in portion Arduino Programming of Arduino