Hard Puzzles
-
I am a word of 12 alphabets
- My 12, 4, 7, 2, 5 are Eastern beast of burden.
- My 1, 8, 10, 9 are street made famous by Sinclair Lewis.
- My 11, 3, 6 are past.
On whole I mean a person suffering from delusions of greatness.
So,
what am I?View SolutionSubmit Solution- 1,430.3K views
- 1 answers
- 1 votes
-
What will be the output of the following program?
int main() { union { int i; int j; void f() { printf("i=%d, j=%d\n", i, j); } }; i = 3; j = i+++ ++i; f(); return 0; }
View SolutionSubmit Solution- 1,440.3K views
- 3 answers
- 0 votes
-
Paul, Sam and Dean are assigned the task of figuring out two numbers. They get the following information:
Both numbers are integers between (including) 1 and 1000
Both numbers may also be identical.
Paul is told the product of the two numbers, Sam the sum and Dean the difference. After receiving their number, the following conversation takes place:
Paul: I do not know the two numbers.
Sam: You did not have to tell me that, I already knew that.
Paul: Then I now know the two numbers.
Sam: I also know them.
Dean: I do not know the two numbers. I can only guess one which may probably be correct but I am not sure.
Paul: I know which one you are assuming but it is incorrect.
Dean: Ok, I also know the two numbers.What are the two numbers?
View SolutionSubmit Solution- 1,465.4K views
- 1 answers
- 4 votes