14. Which of the following operators does not require an Ivalue as its operand? a. address operator (&total) b. assignment (x = .) c. indirection (*ptr) d. postfix increment (x++) e. prefix increment (++x)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 3MC: Which of the following is not a reserved word in C++? (1) int include double const cin bool
icon
Related questions
Question
14. Which of the following operators does not require an Ivalue as its operand?
a. address operator (&total)
b. assignment (x = .)
c. indirection (*ptr)
d. postfix increment (x++)
e. prefix increment (++x)
Transcribed Image Text:14. Which of the following operators does not require an Ivalue as its operand? a. address operator (&total) b. assignment (x = .) c. indirection (*ptr) d. postfix increment (x++) e. prefix increment (++x)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning