Interview Maths Puzzle Logical Reasoning General Mental Ability

using these numbers only once find the solution of:-
numbers are: 1,3,5,7,9,11,13,15;
?+?+?+?+?=30

Read Solution (Total 4)

Interview Other Question

I can give you five zeros make it 120 ?(Using mathematical operations) what is the output of the program??
main()
{
int a=5;
float b=5.6;
printf("%d, %fn",b,a);
}