what will be the output?

#includestdio.h
int main()
{
char *ptr = "khushi khushi", arr[15];
arr[15] = *ptr;
printf("%c",arr[0]);
return 0;
}

Posted on by