what is the output?
#includestdio.h
int main()
{
int i = 0;
char s[4] = {'\0', '\0', '\0', '\0'};
for(i = 0;i4;i++)
{
printf("%c", s[i]);
}
return 0;
}

Posted on by