What is the output?
int main()
{
char *str="vidyapatil";
printf("%s",str+5);
return 0;
}


Posted on by