Monday, July 27, 2009

Help with C programming?

can any C programmers tell me how u would delete a character from a 2d array eg myarray[6] [6] how would u searh the array then delete or remove a/the character/s in them?


also how do i reprint the 2d array without displayin the character/s that were deleted only the remaining characters?

Help with C programming?
myarray[i][j] ='some special character which does not appear in normal character list'


No comments:

Post a Comment