Write a program to illustrate the single dimension array. oneloops 22:43 LAB PROGRAMS, QUESTION WITH ANSWER, STUDY MATERIALS int main() { int number[]= {1,2,3,4,5} int i; printf(“array elements are \n”); for(i=0; i<=4 ;i++) printf(“%d\n”,numbers[i]); getch(); } Share : Tweet ✚ Related Post
0 Comment "Write a program to illustrate the single dimension array."
Post a Comment