Help about undefined reference error

0

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 ();

    
asked by Aaron Solares 05.11.2018 в 22:50
source

0 answers