Computer Science, asked by Cheemabath4502, 3 months ago

#include int main()
{
int i;
int arr[5] = {1};
for (i = 0; i < 5; i++)
printf("%d ", arr[i]);
return 0;
}

Answers

Answered by rrmohan74
0

is this maths problem. or science problem?

Similar questions