Fill the question mark to get "sookshmas" as an output?
#includestdio.h
int main()
{
char *ptr = "sookshmas";
void *vptr;
vptr = &ptr;
printf("%s" , ? );
return 0;
}

Posted on by