Which of the following C++ operators performs logical not equal:

A. <>
B. ~=
C. !=
D. None of these are logical not equal in C++.


C. !=

Computer Science & Information Technology

You might also like to view...

What is the value of i after the following statements?

``` i = 2; i--; ``` a) 0 b) 1 c) -2 d) -4

Computer Science & Information Technology

What is wrong with this while loop?

``` int count = 0; while(count < 50) { cout<

Computer Science & Information Technology

Since data macros can only be associated with table events, they have no impact on forms

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ are symbols that represent any character or combination of characters.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology