Hi Everyone,

I have n no. of arrays with a0 to an no of elements in each array. I want a combination of each elements of 1st array, 2nd array, 3rd array...nth array. The 1st place will always be taken by elements of 1st array, 2nd place will always be taken by elements of 2nd array and similarly nth place will be taken by elements of nth array.

Please help me write a C program for this.