Discover new knowledge and insights with IDNLearn.com's extensive Q&A database. Get the information you need quickly and accurately with our reliable and thorough Q&A platform.

Perform the task specified by each of the following statements:
a) Write the function header for function zero that takes a long integer array parameter bigIntegers and does not return a value.
b) Write the function prototype for the function in part (a).
c) Write the function header for the function add1AndSum that takes an integer array parameter oneTooSmall and returns an integer.
d) Write the function prototype for the function described in part (c).