• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

[]

? are used for arrays, indexers, and attributes. They can also be used with pointers.

()

used to specify the order of operations in an expression

.

? specifies a member of a type or namespace

::

? is used to look up identifiers

+

? Unary operation on a numeric type is just the value of the operand
? Binary operators are predefined for numeric and string types.

-

? Unary operation on a numeric type is the numeric negation of the operand


? Binary types subtract the second operand from the first

*

? operator computes the product of its operands

/

When you ? two integers, the result is always an integer

%

The ? operator computes the remainder after dividing its first operand by its second

&

The ? operator evaluates both operators regardless of the first one's value