Question 1: Write a statement to call a function named getAge that returns an integer and takes no parameters. Assign the returned value to the already declared variable child.
Question 2: Write a for loop header that will count backwards from 10 to 0. Use undeclared variable i as the loop counter. (Use single spaces between operators, operands and words)
Question 3: Declare an array named rainfall that can hold at most 12 floating point numbers.
Use the c programming language to prepare this program.