Monday, 25 February 2013

Difference Between Ordinary Variable & Arrays


Ordinary variable store one value at a time
Arrays are used for storing more than one value at a time in a single variable name

No comments:

Post a Comment

String functions

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