C Programming and Technical Numerical Ability Alligation or Mixture

16 litres of a mixture contains milk and waater in the ratio 5:3, if 4 litres of this mixture is replaced by 4 litres of milk, the ratio of milk to water in the new mixture will be???

Read Solution (Total 2)

C Other Question

How many times the program will print "M4maths" ?

#include
int main()
{
printf("M4maths");
main();
return 0;
}
Options
1) Infinite times
2) 32767 times
3) 65535 times
4) Till stack overflows
In which numbering system can the binary number 1011011111000101 be easily converted to?

Options
1) Decimal system
2) Hexadecimal system
3) Octal system
4) No need to convert