santhosh r


{ City } cochin
< Country > india
* Profession * student
User No # 56950
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 43
Questions / { santhosh r }
Questions Answers Category Views Company eMail




Answers / { santhosh r }

Question { 58124 }

How many times a day a clock's hands overlap?


Answer

Why making a simple question complex?
Its so obvious that for each hour both hour hand and minute
hand meet once,ie overlap.. So in a day, ther r 24 hrs
conventionally. making the answer to be 24 !!!!

"Playing Contraption in a simple thing makes moments to be
wasted"

Is This Answer Correct ?    2 Yes 34 No

Question { Subex, 11400 }

Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)


Answer

It wont work exactly if the no of nodes is not given!!! So
better answer is having two pointers from first itslf.
And like this , another question is there,
to find the pth node from last!! That too haas the same logic!!!

Is This Answer Correct ?    2 Yes 1 No


Question { IBM, 4644 }

input may any number except 1,output will always 1..
conditions only one variable should be declare,don't use
operators,expressions,array,structure


Answer

#include
main()

{int a;
printf("%d",scanf("%d",&a));
}

Is This Answer Correct ?    9 Yes 8 No