is this declaration correct


Void Lecture(File *f1, int X[][],int n, int p) { }


this function may read from a text file and store elements in x[n][p]

plzzz i'm getting started with...