Which of the following types cannot be an lvalue?

A. identifier
B. constant
C. (expression)
D. (*expression)
E. expression[ ]


Answer: B

Computer Science & Information Technology

You might also like to view...

Select all that apply. The _________ sort is a sorting algorithm.

a. bubble b. selection c. binary d. insertion

Computer Science & Information Technology

When an arithmetic expression contains two or more different operators, such as * and +, the order in which the operations is done is determined by

A) left to right order. B) operator precedence. C) operator associativity. D) the programmer. E) the compiler.

Computer Science & Information Technology

?The _________ is a tool in PowerPoint that you can use to copy an animation from one object to another. A. Animation Cloner B. Animation Painter C. Animation Mover D. Animation Changer

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

By using templates, you can write a single code segment for a set of related functions, called a ____.

A. function template B. function type C. class set D. class template

Computer Science & Information Technology