Others
Maths Puzzle
Logical Reasoning
Coding Decoding
If a = 26 and sun = 27 then cat = ?
Read Solution (Total 2)
-
- positioning alphabets in reverse order
a=26, b=25, c=24, ... y=2, z=1
a= 26
sun = s+u+n = 8+6+13 = 27
cat = c+a+t = 24+26+7 = 57 - 10 years agoHelpfull: Yes(3) No(0)
- a=26
s+u+n = 8+6+13 = 27
c+a+t = 24+26+7 = 57 - 6 years agoHelpfull: Yes(0) No(0)
Others Other Question
What is the output of the program
void main()
{
int i,j,k;
i=2;
j=4;
k=i++>j&2;
printf("%d\n",k);
if(++k && ++i<--j|| i++)
{
j=++k;
}
printf(" %d %d %d",i,-j--,k);
getch();
}
Option
A. 4,-3,2
B. 5,-3,2
C. 4,-2,2
D. 5,-2,2
If a = 1 and fat = 27 then faint = ?