Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 27)
27.
The comma operator (,) is used to
permit two different expressions to appear in situations where only one expression would ordinarily be used
terminate loops or to exit from switch
alter the normal sequence of program execution by transferring control to some other part of the program
carry out a logical test and then take one of two possible actions, depending upon the outcome of the test
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.