void print_massive(i nt(*data[N][M])
{
int main;
it is that very { right there that is causing the entire program to not compile. It does have another bracket at the end of the void function. I am pretty stumped on this.
It does seem like a beginner mistake, but I've only been learning programming for 2 months...
{
int main;
it is that very { right there that is causing the entire program to not compile. It does have another bracket at the end of the void function. I am pretty stumped on this.
It does seem like a beginner mistake, but I've only been learning programming for 2 months...
Comment