

MCQOPTIONS
Saved Bookmarks
1. |
In C programming language, if the first and the second operands of operator + are of types int and float, respectively, the result will be of type |
A. | int |
B. | float |
C. | char |
D. | long int |
Answer» C. char | |