The decrement operator is ____________.

a. +=
b. --
c. -=
d. ++


b. --

Computer Science & Information Technology

You might also like to view...

What is the output of this line of code, given the following definition?

display (7, 3); // code in main void display (int x, int y) { // function definition cout << y << “ and “ << x; } a) 7 and 3 b) 3 and 7 c) 10 d) 7 3

Computer Science & Information Technology

Most supercomputers use the ________ operating system

A) Linux B) Windows C) UNIX D) iOS

Computer Science & Information Technology

The main purpose of the table is to hold long paragraphs within a document

Indicate whether the statement is true or false

Computer Science & Information Technology

Some labs use eyetracking cameras and software to track people's eye movements as they read a page or screen of material.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology