Hello would you please be so kind to help me with my code. I should have written a function which outputs 2d array. However, I have a an error in this part :
First, yo must pass arguments in the same order that the function takes them. Next, you only need to give the names of things as argument, and the prototype must match the actual function itself too...
(I don't know why you are mixing up a, b, and c.)
Btw, you are aware that VLAs are not legal in C++, right? And even if they were, you cannot specify the size of a VLA as argument to a function...
I do not get it, please if you know how should I have written the error line correct me, because I think that everything other is correct. and what does VLA mean?