Monday, 25 February 2013

Dimensionality


—Determined by the number of subscripts of an array.

•x[i]  

•y[i][j]

•z[i][j][k] 

Some more tips..

No comments:

Post a Comment

String functions

Read This: strncpy() strncat() strstr () strlen() — Predefined function defined in string.h . — — Returns the len...