Microsoft Puzzle



int main()
{
       char *str = “junk”;
       scanf (“%[A telephonic girl]”, str);
       printf (“%s\n”, str);
       return 0;
}


What is the output of this program if the given input is "girlish" ?


Output:
girli