Which comparison operator means not equal to?

a. =
b. <>
c. <
d. >


b. <>

Computer Science & Information Technology

You might also like to view...

The expression ____ uses the postfix increment operator to increment the address in pt after the hours member is accessed.

a. (pt->hours)++ b. pt->hours++ c. (pt++)->hours d. pt++->hours

Computer Science & Information Technology

A(n) ________ is a graphic representation of data in a worksheet

Fill in the blank(s) with correct word

Computer Science & Information Technology

Star topology permits easy routing because a central station knows the path to all other sites.

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

Computer Science & Information Technology

A function prototype can always be omitted when a function ________.

a) is defined before it is first invoked b) is invoked before it is first defined c) takes no arguments (d) does not return a value

Computer Science & Information Technology