If x is type int and y is type float what promotion will occur in the following expression: y = 5.0 + x
a) float to int
b) int to float
c) float to double
d) no promotion will occur
b) int to float
Computer Science & Information Technology
You might also like to view...
Use ________ to move the insertion point to the beginning of a document
A) Home B) Ctrl + A C) Alt + Home D) Ctrl + Home
Computer Science & Information Technology
A technician has deployed multiple temperature monitoring devices with IP addresses in the 10.137.24.0/25 network. Such devices must receive an ICMP keep-alive packet from the server every five minutes. Which of the following destination IP addresses must the technician configure on the server to send keep-alive packets to all the devices?
A. 10.137.24.0 B. 10.137.24.1 C. 10.137.24.127 D. 10.137.24.128
Computer Science & Information Technology