1.

Which of the following is the assignment operator?(a) (c) =(d) ==The question was posed to me by my school teacher while I was bunking the class.The query is from Getting Started with R topic in section Sockets of JavaScript

Answer»

Correct choice is (a) <-

For EXPLANATION: The OPERATORS <- and = can be used, almost interchangeably, to assign to a variable in the same environment. The assignment operator is a left-pointing arrow, so creating and declaring variables LOOKS like this:

FOO



Discussion

No Comment Found

Related InterviewSolutions