Computer Science, asked by Theju148, 10 months ago

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 mayanksharma789594
3

Explanation:

i think error comes in this program

Similar questions