Which of the following is a relational operator?

A. =
B. ==
C. !
D. &&


Answer: B

Computer Science & Information Technology

You might also like to view...

To create a new query, click Query Design in the:

A) Queries group on the CREATE tab. B) Insert group on the CREATE tab. C) Insert group on the DATABASE TOOLS tab. D) Queries group on the DATABASE TOOLS tab.

Computer Science & Information Technology

Hashes are not just for nonrepudiation. What are the other purposes for hashes?

What will be an ideal response?

Computer Science & Information Technology

A default constructor:

a. Is a constructor that must receive no arguments. b. Is the constructor generated by the compiler when no constructor is provided by the programmer. c. Does not perform any initialization. d. Both (a) and (b).

Computer Science & Information Technology

appears in class C, then:

If the line: friend class A; appears in class B, and the line: friend class B; a. Class A is a friend of class C. b. Class A can access private variables of class B. c. Class C can call class A’s private member functions. d. Class B can access class A’s private variables.

Computer Science & Information Technology