I need help because when declaring this function
void registroDeAlumnos();
And when using that function in a switch
case 1:
registroDeAlumnos();
break;
Compiling gives me the indefinite reference error to alumnum ();
I need help because when declaring this function
void registroDeAlumnos();
And when using that function in a switch
case 1:
registroDeAlumnos();
break;
Compiling gives me the indefinite reference error to alumnum ();