answersLogoWhite

0


Best Answer

13

User Avatar

Wiki User

βˆ™ 10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What number between 12 and 16 have only one array?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What number is between twelve and sixteen and has only one rectangular array?

probably 13 14 or 15


Is array is structure or not?

Array is not a struct. Array only has one datatype, struct has arbitrary different datatypes.


What is an associative array?

An associative array is one of a number of array-like data structures where the indices are not limited to integers.


How do arrays differ from single memory position variables?

A single memory position variable can store only one value of its type. An array can store n number of values, where n is the size of the array.


Which tenths is 8.275 between?

A tenth is only one number and no number can be between just one number.


What is difference between array list and character list?

An array list is a collection of one or more (usually more) elements arranged in memory in a consecutive fashion, accessed as one indexable entity. The character list consists of only characters.


What is the number between 10365?

10365 is only one number. You cannot have anything that is between just one object.


What is the exact number between 3 X 567?

3 x 567 is one number. You cannot have a number between only one number.


Can a positive array have only one odd factor yes or no?

No.


How can you use an array of counters to identify whether a number of counters is prime or composite?

If you can arrange the counters in the shape of a rectangle with at least two in each row and each column then the number is composite. The numbers of row and the numbers of columns are factors of the given number. If the only rectangle you can make is the "degenerate" one, with only one row or only one column, then the number is prime.


What is single dimensional array in c plus plus?

A one dimensional array is an array of objects that goes in one "direction". Any array with only one [] is a one dimensional array. For example: int numbers[6]; is a one dimensional array. int numbers[6][3]; is a two dimensional array.Graphical terms:One dimensional array[4]:14 - 75 - 8164 - 234Two dimensional array[2][3]:47 - 178108 - 8517 - 128It didn't come out quite how I wanted it...


Can an array store more then one type of variable?

No. Only a union can do that.