Explain each line of the following C program:
Indicate which control structure will be used in the following scenarios:
(a)
Check if a number is positive.
(b)
Counts from 1 to 10.
(c)
Repeats a block of code at least once.
Define each of the following terms:
(a)
function;
(b)
array.