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

Find the output of the code :

Posted on by