What will be the output of the following C code?
#include<stdio.h>
int main()
int arr[5], i=0;
while(i<5)
arrli)=+ +1;
for(i=0; i<5; i++)
printf("%d.. arr[i]).
return 0;
Answers
Answered by
0
Answer:
syntax error will be displayed
error
Similar questions