¡@

Home 

c++ Programming Glossary: arraypointer

Passing Pointer To An Array Of Arrays Through Function

http://stackoverflow.com/questions/406010/passing-pointer-to-an-array-of-arrays-through-function

Data1 Data2 Data3 main Function NameList Function int ArrayPointer int i j index 0 for i 0 i 3 i for j 0 j 2 j It does not print.. for j 0 j 2 j It does not print the data printf nName s ArrayPointer index index 0 Counter reset to 0 ArrayPointer Pointer is incremented.. nName s ArrayPointer index index 0 Counter reset to 0 ArrayPointer Pointer is incremented by one to pick next array in the pointer..