Posts

Showing posts with the label print array

C Program to print array

Image
Simple C program to print an array. Array is secondary data type and a collection of same data types. For example an int array is a collection of int data type.