Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by Balium ( 13 years ago )
void miFuncion(int [][2]);      // Debo especificar obligatoriamente el tamaño de la segunda dimension

void miFuncion(int a[][2]){   
    // codigo
}

void main(){

    int a[2][2];

    miFuncion(a);
}

 

Revise this Paste

Your Name: Code Language: