answersLogoWhite

0

A two-dimensional array.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How many minerals on the periodic table are compounds?

The periodic table in as array of elements and not minerals or compounds.


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 you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


Why is iodine placed on the periodic table of elements?

The periodic table is an array of various elements. Iodine is an element. Hence it finds it place on the periodic table.


What does table mean in a scientific way?

A table refers to a graphical array that is arranged by categories and properties in order to organize data.


What is the term for when a computer generates an arrangement of data in rows and columns?

table or array


What is a multi array?

A two-dimensional array is the simplest multi-dimensional array and is implemented as a one-dimensional array where every element is itself a one-dimensional array. We can imagine a two-dimensional array as being a table of rows and columns where every row is an array in its own right. A three-dimensional array is simply a one-dimensional array of two-dimensional arrays, which can be imagined as being an array of tables. Extending the concept, a four-dimensional array is a table of tables. Multi-dimensional arrays may be jagged. That is, a two-dimensional array may have rows of unequal length. Unlike regular arrays, jagged arrays cannot be allocated in contiguous memory. Instead, we use the outer array (the first dimension) to store pointers to the inner arrays. An array of strings (character arrays) is an example of a two-dimensional jagged array.


How can you put vlookup formula from three different excel sheet?

When writing the function, in the table array choose the table from the relevant sheet.


Can you Write a sentence with the word array?

The table was laid with an impressive array of dishes- soups, salads, meat, vegetables, desserts; all sorts of foods were present.


Can you modify the bubble sort algorithm to search to sort an array of characters instead of array of integers?

The bubble sort algorithm can be applied to an array of characters. Every character can be translated to an integer equivalent via the ascii table


What is a Table array in Excel?

An array is a list of related values of the same data type. Excel can deal with arrays and actually has some specialised array formulas. You can do things like in a single formula multiply corresponding values in two separate lists and total the result. You would type in the formula as normal: =SUM(C10:C20*D10:D20) Then press the Ctrl, shift and Enter keys, rather than just the Enter key. The formula will then appear with the braces around it to indicate that it is an array formula as follows: {=SUM(C10:C20*D10:D20)} That formula will multiply what is in C10 by D10, C11 by D11 and so on up to multiplying C20 by D20, and then total all the results in one single formula.