Unsigned and Signed Values in C (Output)

signed int x = -5;
unsigned int y = x;

What is the value of y? How is this so?

8
задан Matthew Smith 30 March 2018 в 09:46
поделиться