Substript Problem

Dear Forum,

I would like to declare The Array of the size enough to accomodate
data as long as the application setup follows till the order requirement.
Thus, my question is about declarations of the subscript internally underneath.

subscript[F], where F is the max number of its lengthy members

1
2
3
int w_scr(dis_mem[]);

int w_scr(dis_mem*);


Which one of these headers is more effective consenquently?
I didn't understand your question.
The two function declarations you posted are identical.
I think the second one is more effective, because instead of typing [] you type * wich means you type 1 character less, and even save some of your computers memory! wow!
Topic archived. No new replies allowed.