The ________ and ________ operators can respectively be used to increment and decrement a pointer variable.
A) dereferencing, indirection
B) modulus, division
C) ++, --
D) All of the above
E) None of the above
C) ++, --
Computer Science & Information Technology
You might also like to view...
If you make a mistake that makes the problem worse, it's best to hide the problem until you can resolve it or until you have left the customer site.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When you type a regular alphanumeric key, the ____ method is executed.
A. keyPressed B. keyTyped C. keyDown D. keyUp
Computer Science & Information Technology
The setcookie() function can be called only once.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following comparison operators means "less than or equal to"?
A. > B. >= C. < D. <=
Computer Science & Information Technology