What is the output of the following code?
int main()
{
char str[ ]={'g','l','o','b','y','\0'};
printf("%s",str);
return 0;
}



Posted on by