|
-
Apr 5th, 2002, 10:00 AM
#1
Thread Starter
Hyperactive Member
empty array
how do i declare a 2D array which is empty?
like int array[][];
then then i can decide on the number of rows and cols based on what the user given
and how do i write function for a 2D array
void array(int array[][] ) ???
or
void array(int array[row][col] , int row , int col)
??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|