Computer Science, asked by danish8742, 10 months ago

For the following code, assuming a short integer is 16 bits,short y = 30000;short x = y + 10000;Which one of the following best describes the types present?A. The expression y+10000 is a short and overflow occurs assigning to the short xB. The expression y+10000 is an integer and overflow occurs assigning to the short xC. The short y overflows when it is first initialized.D. The expression y+10000 is a short and no overflow occurs assigning to the short x

Answers

Answered by sankarinava30
0

Answer:

let me try the ans

Explanation:

Answered by zh20102020
0

Answer:

  1. 23412

Explanation:

Similar questions