OiO.lk Blog C# Input for a 2D array by passing it to a function in C
C#

Input for a 2D array by passing it to a function in C


How do I take input to a 2D array by passing that array into another function in C?

I have tried it like two for loops containing i and j and proceeding it as arr[i][j] but then it shows an error that j must be a pointer type



You need to sign in to view this answers

Exit mobile version