Ask your own question, for FREE!
Computer Science 9 Online
OpenStudy (anonymous):

What is mean by array's? explain?

OpenStudy (anonymous):

simple meaning of array is : "a regular and imposing arrangement" in computer sciences array is refer to a data structure which can be explain as following: "number of memory locations, each of which can store the same data type and which can be references through the same variable name." hope this will help :) in c we can initialize an array as: type variable_name[lengthofarray]; for example: double height[13]; float width[80]; int min[6]; char name[29];

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!