1.

Which is the function used to add the vectors?(a) c()(b) add(vectors)(c) c(vectors)(d) vectors.addThe question was asked in an interview.I need to ask this question from Getting Started with R topic in chapter Sockets of JavaScript

Answer»

The CORRECT option is (a) C()

EASIEST EXPLANATION: The c() is a GENERIC function which combines its arguments. It is used to add the vectors.



Discussion

No Comment Found

Related InterviewSolutions