adplus-dvertising
frame-decoration

Question

The comma operator (,) is used to

a.

permit two different expressions to appear in situations where only one expression would ordinarily be used

b.

terminate loops or to exit from switch

c.

alter the normal sequence of program execution by transferring control to some other part of the program

d.

carry out a logical test and then take one of two possible actions, depending upon the outcome of the test

Answer: (a).permit two different expressions to appear in situations where only one expression would ordinarily be used

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The comma operator (,) is used to

Similar Questions

Discover Related MCQs

Q. Which of the following statements creates a named constant called driverAge whose value is 16?

Q. In object-oriented terms, an exception may be considered a(n) _____

Q. A(n) _____ is a numeric variable used for counting something

Q. The logical NOT operator represented by is a

Q. When variables refer to attributes of an entity (such as name, address, and phone number of a person), those attributes form a _____

Q. The delete operator returns ______ to the operating system

Q. The major advantage of data hiding is that _____

Q. The letter V is a _____

Q. Separating parts of a program into units that remain unaffected by other parts of a program is the concept known as _____

Q. A function whose purpose is to send messages to other functions is known as a _____

Q. With commercial classes, the function source code is usually________

Q. The expression c = i++ causes

Q. An identifier in C

Q. The bitwise AND operator is represented by the symbol

Q. The exclusive OR operator gives the result 1 when

Q. Which of the following is the extraction operator?

Q. To create a variable, you must assign _____ to it

Q. Which of the following control structures is used in every program?

Q. In the C language, a string is assigned to the

Q. The main() function is always