Which of the following is an arithmetic operator in R?

Which of the following is an arithmetic operator in R?

a) ==
b) *
c) &&
d) |

Answer:

b) *

Explanation:

The * operator is used for multiplication, which is an arithmetic operation in R.

Reference:

R Programming – Operators MCQ Questions and Answers

Scroll to Top