

MCQOPTIONS
Saved Bookmarks
1. |
What is the type of the following assignment expression if p is of type float and q is of type int?
|
A. | float |
B. | double |
C. | int |
D. | there is no type for an assignment expression |
E. | None of these |
Answer» D. there is no type for an assignment expression | |