Ask Question

In the C+ + statement pay = rate * hours; the * symbol is an example of

A. an operator.

B. an operand. no

c. a variable separator.

D. syntax.

E. none of the above.

+5
Answers (1)
  1. 14 March, 08:04
    0
    Option A is the correct answer for the above question.

    Explanation:

    In any programming language, An operator is used to perform some operation. It is fixed in between two numbers to perform the calculation. The above question asked about the Symbol ('*'), which is fixed in between two variables. so it is an operator which is called an arithmetic operator used for multiplication. So the operator is the correct answer which is stated from the option A. Hence A is the correct answer while the other is not because--

    Option B states about an operand no but the operand is said to the variable or value. Option C states about a variable separator which is not the correct answer. Option D states about syntax which is also not correct. Option E states about none of the above but option 'A' is the correct answer.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “In the C+ + statement pay = rate * hours; the * symbol is an example of A. an operator. B. an operand. no c. a variable separator. D. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers