Microprocessors - Engineering

Q1:

Consider the following in C

int k
float a ;
k = 4.2
a = 300


The values stored in computer memory for k and a are respectively

A 4.2 and 300

B 4 and 300 respectively

C 4.2 and 300.00 respectively

D 4 and 300.00 respectively

ANS:D - 4 and 300.00 respectively

No answer description is available.