Question: #include int main() { short int x = 32767 ; unsigned short int y = 65536 6 8 x = x * 2 y =
#include
int main()
{
short int x = 32767 ;
unsigned short int y = 65536 6 8
x = x * 2
y = y + 1 ;
Explain please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
