Can anybody explain following questions from the above interview:

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



Question :  Data Structure that can be useful for the calculation like ab
mod m.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to