1.

The length of a list is ______ to the number of components in that list.(a) Double(b) Equal(c) Triple(d) One fourthThe question was asked in final exam.My enquiry is from Data Types in portion Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

The correct answer is (b) Equal

The explanation is: The length of a list is equal to the number of components in that list. Lists can be created using the list function. Like data FRAMES, they can INCORPORATE a MIXTURE of modes into the one list and each COMPONENT can be of a different length or size.



Discussion

No Comment Found

Related InterviewSolutions