The ________ operator is used in C++ to test for equality.
A) =
B) <>
C) &&
D) ==
E) ||
D) ==
Computer Science & Information Technology
You might also like to view...
Write the declaration of a two dimensional array called budget which stores 10 rows and 12 columns of amounts of money.
What will be an ideal response?
Computer Science & Information Technology
A stream of pseudorandom numbers should exhibit two forms of unpredictability: forward and __________ .
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology