Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: 3D arrays  (Read 5015 times)

0 Members and 1 Guest are viewing this topic.

Tripti

    Topic Starter


    Rookie

    3D arrays
    « on: December 23, 2007, 03:23:17 AM »
    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.

    Thank you very much. :)