the very first line of every robot c program is _____________. setmotorspeedrightmotor, 50; task main()…

the very first line of every robot c program is _____________. setmotorspeedrightmotor, 50; task main(); resetmotorencoderrightmotor, 50; an opening curly brace

the very first line of every robot c program is _____________. setmotorspeedrightmotor, 50; task main(); resetmotorencoderrightmotor, 50; an opening curly brace

Answer

Brief Explanations:

In Robot C programming, the entry - point of a program is defined by the task main() function, which is typically the first line to start executing the program logic. The other options are commands for setting motor speed, resetting motor encoders, or a part of code structure (opening curly brace) and not the starting line of the program.

Answer:

B. task main()