What will the following code print?

```
num = 5;
cout << num++ << " ";
cout << num-- << " ";
cout << --num;

```

C) 5 6 4

Computer Science & Information Technology

You might also like to view...

When you ________ your computer, all open programs and files close, network connections close, and the hard disk stops

Fill in the blank(s) with correct word

Computer Science & Information Technology

?When ordering items online, the major private shipping companies in the United States include all of the following EXCEPT: ____.

A. ?FedEx B. ?UPS C. ?DHL D. ?AirBorne

Computer Science & Information Technology