1. #include<stdio.h>
int main ()
int a[5] = {1,2,3,4,5};
for(i=0;i<5; i++)
printf(" value of a[%d] is %d in" alil);
Answers
Answered by
3
Explanation:
i think error comes in this program
Similar questions