CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
OS
> Warning: the operation on 'y' may be undefined
Warning: the operation on 'y' may be undefined
Time:03-12
The code below
{
Int m=5, y=2;
Y +=-=y m x=y;
Printf (" % d \ n ", y);
}
The results can be - 16
CodePudding user response:
M * y=10;
Y -=m * y;
Y=8;
Y=y;
Y=16
-
Page link:
https//www.codepudding.com/os/104091.html
Prev:
The ls/MNT/cdrom, according to the input and output error
Next:
How do virtuoso font
Tags:
Application development zone
Related
Links:
CodePudding