adplus-dvertising
frame-decoration

Question

The statement i*=3 is equivalent to

a.

i = 3*

b.

i = 3

c.

i* = 3

d.

i = i * 3

Answer: (d).i = i * 3

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The statement i*=3 is equivalent to

Similar Questions

Discover Related MCQs

Q. The complement operator is represented by the symbol

Q. One of the relational operators in the C language is

Q. The rules to any programming language are its _______

Q. Which of the following backslash codes used for bell?

Q. One of the logical operators in the C language is represented by the symbol

Q. Which of the following declares and initializes an Integer variable named numltems?

Q. Which of the following tells C++ to display numbers in fixed notation?

Q. In C++, the address operator is the following symbol _____

Q. You typically initialize Short Integer, Integer, and Long Integer variables to

Q. Assume that a variable will need to store only integers in the range of 1 through 20000. The most efficient data type for the variable is _____

Q. Which of the following is true ?

Q. When a break statement is used in a loop, the control skips the rest of the statements in the loop after it and jumps

Q. 3 is a _____ constant

Q. _____ variables remain in memory until the statement block ends

Q. Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____

Q. The extraction operator >> is a(n)

Q. Assuming the following three operators appear in an expression (without parentheses), which of the operators will be performed first?

Q. The code that you enter into a C++ program is called _____

Q. Which of the following instructions tells C++ to merge the source code from the iostream.h file into the current file?

Q. The statement double total = 0.0; performs _____