1.

On what basis of a variable, OS allocates memory and decides what can be stored in the reserved memory?(a) Data bases(b) Data sets(c) Data types(d) ListsThis question was addressed to me in a national level competition.My enquiry is from Data Types topic in division Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct OPTION is (c) Data types

To elaborate: Based on the data type of a VARIABLE, the OS ALLOCATES the memory and decides what can be STORED on the reserved memory. This means that when you create a variable you RESERVE some space in memory.



Discussion

No Comment Found

Related InterviewSolutions