What is the output of the following C++ code?count = 1;num = 25;while (count < 25){  num = num - 1;  count++;}cout

A. 24 0
B. 24 1
C. 25 0
D. 25 1


Answer: D

Computer Science & Information Technology

You might also like to view...

Drop shadows can be added using the text-shadow styletext-shadow: color offsetX offsetY blur;where the offsetY is the distance of the shadow from the text in the ____ direction.

A. vertical B. diagonal C. inverted D. horizontal

Computer Science & Information Technology

What is merge mode? What is object drawing mode? Compare the two modes.

What will be an ideal response?

Computer Science & Information Technology

What information does the title bar of Office 2010 contain?

A) The file name and the application B) The application and the drive C) The file name and the drive D) The file name, folder name, and drive

Computer Science & Information Technology

DES and Blowfish are examples of which of the following?

a. Symmetric encryption algorithms b. Encryption keys c. Asymmetric encryption algorithms d. Cipher text

Computer Science & Information Technology