InterviewSolution
Saved Bookmarks
| 1. |
What are the data types in R on which binary operators can be applied?(a) Scalars(b) Matrices(c) Vectors(d) Scalars, Matrices and VectorsThe question was posed to me during a job interview.I want to ask this question from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» The correct answer is (d) SCALARS, Matrices and Vectors |
|