answersLogoWhite

0


Best Answer

I mean %17

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does it mean when use percent 17 or mod any number in Array in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does nial mean?

It is a high-level programming language: Nested Interactive Array Language.


Columns and rows in c programming?

Do you perhaps mean -- a two-dimensional array? A two dimensional array is nothing more than a one-dimensional array where every element is a one-dimensional array. int matrix[4][5]; C is a row-major language thus the first dimension refers to the number of rows. Here we have declared an array of 4 rows, where each row is an array of 5 elements of type int.


What is an ordered list of data structure using c plus plus?

An ordered list of data in any programming language is simply a sorted array or list. In C++ this can either mean a sorted array, vector, list or forward list.


Can ragged arrays created by using java?

I assume you mean that you have a number of rows, and that not all rows have the same number of "cells". Yes, in Java a two-dimensional array is implemented as an array of arrays (each item in the top-level array is, in itself, an array); a 3-dimensional array is an array of arrays of arrays, etc.; and there is no rule stating that all secondary (etc.) arrays must have the same number of elements.


What numbers have only one array?

1,7,11,Well, it depends on what you mean by 'the array of a number'. If it has something to do with the divisors, then it's the primes, or the powers of primes.


What are arrays?

Array data structure, an arrangement of items at equally spaced addresses in computer memoryArray data type, used in a programming language to specify a variable that can be indexedAssociative array, an abstract data structure model that generalizes arrays to arbitrary indicesor various kinds of the above, such asBit array or bit vectorDynamic array, allocated at run timeParallel array of records, with each field stored as a separate arraySparse array, with most elements omitted, to store a sparse matrixVariable-length arrayRagged (jagged) array, where the rows have different lengths individuallyor various related concepts:Array processor, a computer to process arrays of data (not to be confused with a processor array)Array programming, using matrix algebra notation in programs (not the same as array processing)Array slicing, the extraction of sub-arrays of an arrayAPL (programming language)or also:Video Graphics Array (VGA), a display adapter and video format, and many variants thereof (EVGA, FWVGA, QVGA, QXGA, SVGA, SXGA, SXGA+, TXGA, UVGA, XGA, XGA+, ...)


How do you get the mean median and mode in c programming?

By writing in C code the mathematical methods for finding the mean, median and mode of your data taking into account how your data is stored (eg an array; two separate arrays one with data and the other with frequencies; a two dimensional array containing both data and frequencies; an array of structures containing the data instead of arrays; a linked list of structures; etc).


What is the TRIMMEAN function for in Excel?

TRIMMEAN calculates the mean taken by excluding a percentage of data points from the top and bottom ends of a data set. You can use this function when you wish to exclude outlying data from your analysis. =TRIMMEAN(array, percent) Array is the array or range of values to trim and average. Percent is the fractional number of data points to exclude from the calculation. For example, if percent = 0.2, 4 points are trimmed from a data set of 20 points (20 x 0.2): 2 from the top and 2 from the bottom of the set. It does not matter what order your values are entered in. It will remove some of the highest and some of the lowest.


What does mode mean in a line plot?

The mode is defined as the term which is repeated for the highest number of times in an array or a sequence. If many terms are repeated for a similar number of times and highest, that array has more than one value for mode.


What is a 7 percent percent motorcycle club?

What does the number 7 mean in the motorcycle club world


What is 44 percent 13 percent and 29 percent as a decimal?

All %'s mean is number/100 so, 0.44 ==


What number is closest to 38 percent?

if you mean 38% of 1, then its .38