Which operation does not take place in the following example?

int x = 21;
double y = 6;
double z = 14;
y = x / z;
x = 5.5 * y;

(a) implicit conversion
(b) promotion
(c) explicit conversion
(d) truncation

(c) explicit conversion

Computer Science & Information Technology

You might also like to view...

When a file is inserted into an existing document, where is it inserted?

A) on a separate section in the document B) at the top of the document C) at the insertion point D) at the bottom of the document

Computer Science & Information Technology

When linking a table to another Access database, changes made to the data in the Access database will be propagated to the source data

Indicate whether the statement is true or false

Computer Science & Information Technology