file management in c

Newbie Member
27Jul2009,19:22   #1
dipakdayanand's Avatar
i am entirely new to this forum.i am entirely to c also.i have assigned a project in which i have to get a 2 dimensional array from the user and save it in a file and access the same file element by element.how do i do it?i have a text book in which functions were described to save and access characters only.but i need to save and retrieve array elements.how do i do it?please help me out
Invasive contributor
31Jul2009,01:43   #2
neo_vi's Avatar
U have to access the array with pointers. That's the key here. Just try it.