Discussion :: Microprocessors
-
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
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment