answersLogoWhite

0

An array is used to store data having the same data type.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you convert a string into a character array?

A string is, by definition, a character array. No conversion is required.


Is string an object?

No. A string is, by definition, a character array.


Is string is an object?

No. A string is, by definition, a character array.


Why and is not using ' and ' in reading a string using scanf?

I guess you wanted to ask, why is it scanf ("%s", array)and not scanf ("%s", &array).Well, array is by definition a pointer to the first element: array = &array[0]


Why matrice's definition includes rectangular array instead of array?

Matrices itself is a combination of rows and columns.we can not use one-dimenssional array to save the values of matrices.instead we use the rectangular array which contains rows and columns.thats it.


What is the definition improved communication?

The definition of improved communication is using advanced tools and skills in the areas of communication. This can be done with visual aids, through storytelling, or the use of a therapist.


How do you convert a character into a string?

A string is, by definition, a character array. No conversion is required.


What made the definition of public administration diffficult?

The definition of public administration is made difficult because of the wide array of functions and operations it involves.


What is the definition of a square array?

A square array has the same number of columns and rows the array [1] is a square array (a trivial example) the array [1 0] [0 1] is a square array the array [1 0 0 0] [0 1 0 0] [0 0 1 0] [0 0 0 1] is a square array the array [1 0 0 0] [0 1 0 0] [0 0 1 0] is not a square array


What is the definition of vlookup?

It is a function that means vertical lookup. You use it to search for a value in the first column of a table array and returns a value in the same row from another column in the table array.


What is the definition of hlookup?

It is a function that means horizantal lookup. you use it to search for a value in the first row of a table array and a return a value in the same column from another rowin the table array


How many bytes are occupied by declaring following array of characters?

A single-byte type of array has 1 byte per character; a wide-character array has 2 bytes per character of storage. Without seeing the exact definition it cannot be determined what the actual size of the array would be.