InterviewSolution
Saved Bookmarks
| 1. |
R is an extension of which of the following language?(a) C(b) C++(c) S(d) C# |
|
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. |
|