Hello, I have been working with C for some time now. Passing 2 dimensional arrays to FUNCTIONS is QUIET simple. But I was wondering how MULTI dimensional arrays are passed to function. Till now I have been declaring three dimensional arrays as global. But that is not an effective method. kindly guide me.