Pages

Showing posts with label union. Show all posts
Showing posts with label union. Show all posts

Monday, July 15, 2013

C language III (array , structures , union , pointers , graphics in c )


ARRAY : An Array is a fixed-size sequenced collection of elements of the same data type. Array can be bsed to represent a list of numbers, or a list of names i.e. list of employees in an organization , Attendence record of any student in a class … etc.