1d Array Program in C

1d Array Program in C

Here you will get simple 1d array program in c language. In which, you will learn that how to declare one dimensional array, input values in array, and print the values of array.

Example of 1d Array Program in C

Output

Input 5 numbers 3 6 4 8 2

Values in the Array
3
6
4
8
2

 

 

Check out our other C programming Examples

 

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top