interview Exam Programming Program

int i=5,j; j=i++ + ++i +i++; ans??

Read Solution (Total 3)

interview Other Question

Let Say, We've got 3 Kinds of Fruits such are Banana (0.5Rs), Oranges (1Rs), Apple (5Rs) and 100Rs money.
Now I would like buy 100 Fruits of all 3 kinds for 100Rs.
So, I want you to display all the possible combinations of Fruits ratios.
Find Fruits Combination (Should include all of 3 fruit types) to get 100 fruits for 100 Rs.
1,7,7,7,7=100 use operators(+,-,/,*)but you should not combine the numbers..