InterviewSolution
Saved Bookmarks
| 1. |
R is an extension of which of the following language?(a) C(b) C++(c) S(d) C#I have been asked this question in semester exam.I want to ask this question from Getting Started with R topic in section Sockets of JavaScript |
|
Answer» RIGHT choice is (c) S The best explanation: The R LANGUAGE is widely used among statisticians and data miners for developing statistical SOFTWARE and data analysis. R is an extension of and successor to the S language, which was itself a statistical language created in 1976 by John Chambers while at BELL Labs. |
|