1.

Which of the following is a loosely-typed language?(a) R(b) T(c) S(d) Both R and SThis question was addressed to me during an interview for a job.My enquiry is from Getting Started with R topic in chapter Sockets of JavaScript

Answer»

Correct option is (C) S

Easy explanation: R is an implementation of the S programming language combined with lexical scoping semantics, inspired by Scheme. [15] S was created by JOHN CHAMBERS in 1976, while at Bell LABS. R and S are loosely-typed languages and it supports all of the scalar data types you WOULD expect: string, numbers, and booleans.



Discussion

No Comment Found

Related InterviewSolutions