Page 1 of 1

C++ Programming:

Posted: Mon Jun 06, 2022 11:27 am
by answerhappygod
C++ Programming:
C Programming 1
C Programming 1 (8.05 KiB) Viewed 36 times
What is the value of x after the following code executes? int x = 100; if(-x<100) { x = 0; }