1.

A ________________ in R programming language can also contain numeric and alphabets along with special characters like dot and underline.(a) Variable name(b) Number(c) Integer(d) CharacterThis question was addressed to me during an interview for a job.My question is from Functions topic in division Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

The correct choice is (a) Variable NAME

To explain I would SAY: A variable name in R programming language can ALSO contain numeric and alphabets along with special characters like a DOT and underline. Variable names in R language can begin with an alphabet and also the dot symbol.



Discussion

No Comment Found

Related InterviewSolutions