int main()
{
char str[]={'g','l','o','b','e'};
printf("%s",str);
return 0;
}

What is the output of the above code?

Posted on by