Important Book for Campus Preparation

This is a very important book for interviews...



150 programming interview questions and answers
5 proven approaches to crack algorithm questions
10 mistakes candidates make, and how to avoid them.
How to prepare for technical and behavioral questions without wasting your time!



http://adf.ly/Bzy1S

Or

Download from

http://www.malathi.byethost7.com/cci.pdf

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