Section 1 problems. Total time 30 minutes:

1. x = x^x;
printf("%d", x);
o/p?

2. some automation-graph question. I think it was based on Automata. Not 
sure though.

3. z = scanf("%d %d", &x, &y);
printf("%d", z);
o/p?

4. a question on double loop. o/p related.

5.
double round(double num)
{ return (int)(num+0.5)
}
will it work all the time?

5 more questions based on C only.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/6tEnET0fN1UJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to