adplus-dvertising
frame-decoration

Question

Which of the following comments about the “++” operator are correct?

a.

It is a unary operator

b.

It cannot be applied to an expression.

c.

It associates from the right.

d.

All of the above

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following comments about the “++” operator are correct?

Similar Questions

Discover Related MCQs

Q. The _________ is a computer program that translates the source code into corresponding object code

Q. Which one is a special function in C system to tell the computer where the program start

Q. In a passage of text individual words and punctuation marks are called

Q. Which of the following is not a data type in c

Q. If a=14, b=4 then a/b =

Q. If a=14, b=4 then a%b =

Q. If m=5, y=m++ then value of y and m would be _____ and _______

Q. An _______ is a fixed size sequence collection of elements of the same data type

Q. What is the action of strcat() function

Q. What is the action of strcmp() function

Q. Automatic variable also referred to as

Q. The precedence of member operator is _________ than all arithmatic and relational operator

Q. A bit field is a set of adjacent bits whose size can be from _________ bits in length

Q. Which of the following function is used for sets the position to a desired point in the file

Q. Which of the following function is used for sets the position to the beginning of the file

Q. Which of the following function gives the current position in the file

Q. Which one is a collection of one or more variables, possibly of different types, grouped together under a single name for convenient handling

Q. Which function converts a string of digits into its numeric equivalent

Q. An object oriented language is used because

Q. In the statement template <class T>,