I can not figure out the error codes from this program.

#include <stdio.h>
#define NUMS 7 /* establishes NUMCOLS as 5 */

int main()
{ /* start of main */
void display(int channels [NUMS]);...