The comma operator

a) is a list of expressions separated by commas
b) according to the ANSI C++ Standard, is supposed to be evaluated left to right
c) not all compilers evaluate left to right, i.e., do not follow the C++ Standard, hence
left to right evaluation should not be depended upon.
d) has value equal to the value of the first expression in the list.
e) all of the above

a) is a list of expressions separated by commas
b) according to the ANSI C++ Standard, is supposed to be evaluated left to right
c) not all compilers evaluate left to right, i.e., do not follow the C++ Standard, hence
left to right evaluation should not be depended upon.

Computer Science & Information Technology

You might also like to view...

_______ is a standard newsgroup category that includes subjects that do not fit into other standard newsgroup hierarchies.

a. Misc b. Sci c. Comp d. Soc

Computer Science & Information Technology

To get multimedia content to load faster, you should delete your ________ Internet cache periodically

Fill in the blank(s) with correct word

Computer Science & Information Technology