A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
(input)
loop()
setup()
(output)
(C) setup()
Explanation: