32

int main()
{
printf("%c",printf("hi")["shark srini"]);
return 0;
}

Output:


hia

Related Posts