Output?
#include stdio.h
int main()
{
int i;
int p[5] = {2};
for (i = 0; i 5; i++)
printf("%d ", p[i]);
return 0;
}


Posted on by