Computer Science, asked by csb20060, 5 hours ago

A C program contains the statement: x=(int *) malloc (5 * sizeof(int)); (i)What should be the appropriate declaration of x? (ii)If malloc() returns 1000, then what will be the value of x+2?

Answers

Answered by prasad79755
0

Explanation:

A C program contains the statement: x=(int *) malloc (5 * sizeof(int)); (i)What should be the appropriate declaration of x? (ii)If malloc() returns 1000, then what will be the value of x+2?The base-2 value of 110012 is equal to base-10 value of 2510.

...

Binary 11001 to Decimal Conversion.

Binary Decimal Hex

10111.1 23.5 17.8

11000 24 18

11000.1 24.5 18.8

11001 25 19

Similar questions