1.

First component of the list can be accessed by _____________(a) Name of the component(b) List name(c) Function(d) PackageI had been asked this question in a national level competition.My query is from Data Types in portion Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct OPTION is (a) Name of the component

Best explanation: There are a number of ways of ACCESSING the first component of a list. We can EITHER ACCESS it through the name of that component (if names are ASSIGNED) or by using a number corresponding to the position of the component.



Discussion

No Comment Found

Related InterviewSolutions