#include stdio.h
int main()
{
char arr[] = "LK sharma";
printf("%s \n", arr);
printf("%f", arr);
return 0;
}

Find the output of the following code : -

Posted on by