C Programming and Technical Programming Program

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

Read Solution (Total 12)

C Other Question

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???

Is the following statement a declaration or definition?
extern int i;

Options
1) Declaration
2) Definition
3) Function
4) Error