answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How would you use an array in math?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you use the word array in a math sentence?

An array of numbers is used in mathematical problems.


What is an array of 5 x 46 in math?

In a matrix, the array 5 x 46 would give the matrix 5 rows and 46 columns, each filled in with a number.


What is an array in math?

Arrays are drawings or doodles that can show you a multiplication.


How do you print array variable without using array subscripts?

Well the most prolific answer to this query would be the use of pointers.Use a pointer and allocate it to the array of interest and start printing.


How do you swap two adjecent no in array in c?

Option 1) Use a temporary variable: int x = array[i]; array[i] = array[i+1]; array[i+1] = x; Option 2) Use bit operators: array[i] ^= array[i+1] ^= array[i];


What is a character array?

A character array is list of pointers that point to characters. The way to use an array would depend on the language. Most arrays are 0 indexed meaning they begin at 0.


How does an array differ from a array?

'a array' is substandard, if you use it, you might be frowned upon.


What are some jobs that use math that no one would think use math?

police men , or fire men


What would you use to terminate the string that is a character array?

If you use a declaration like:char arr[] = "blablabla";It already has a terminating symbol such as '\0'. As result your array has + 1 element. You can use '\0' to check that you have reached the end of a string.


What is the need of array?

congugative memory allocation ,is use to array


What is the array?

An array in math is this: 4x3=... Seen as four rows of six. So make that : An Example xxx xxx xxx xxx See. Simple Huh?


What is an array diagram in math?

An array diagram is a way of representing information in the form of a rectangular layout or in analogous shapes in higher dimensions: cuboids or hyper-cuboids.