Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   What is Array in C? (http://siteownersforums.com/showthread.php?t=179915)

sinGN 03-15-2017 02:27 AM

This is a collection of many values and those values has similar data types.

iammanisha 06-08-2017 12:45 AM

array is a collection of homogeneous data.

omkarsoft 06-09-2017 05:51 AM

Array is collection of same type of data elements

sin123 06-19-2017 04:57 AM

An array is a collection of data items, all of the same type, accessed using a common name.

BryceBrady 06-22-2017 05:39 AM

An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensional array is like a list; A two dimensional array is like a table; The C language places no limits on the number of dimensions in an array.

adityadev 07-15-2017 04:29 AM

An array is a gathering of information things, the greater part of a similar sort, got to utilizing a typical name. A one-dimensional exhibit resembles a rundown; A two dimensional cluster resembles a table; The C language puts no restrictions on the quantity of measurements in a cluster, however particular executions may.

thevyakar 11-23-2017 06:28 AM

It is used to store multiple values of similar data types.

arthurperkins 12-08-2017 03:28 AM

An array is a collection of elements of the same data type which is also used to represent multiple data items of the same type by using an only single name.

Ryan David 12-08-2017 03:30 AM

Thanks for your useful information

valeriewalker 12-13-2017 12:24 AM

Thanks for the useful information.

ORLOVA 09-02-2019 10:55 PM

An array is defined as the collection of similar type of data items stored at contiguous memory locations. Arrays are the derived data type in C programming language which can store the primitive type of data such as int, char, double, float, etc. It also has the capability to store the collection of derived data types, such as pointers, structure, etc. The array is the simplest data structure where each data element can be randomly accessed by using its index number.

alvin_hoffman 10-03-2019 07:12 AM

An array is a collection of data items, all of the same type, accessed using a common name

Dev Tyagi 11-22-2019 12:36 AM

Thank you very much for sharing it.


All times are GMT -7. The time now is 04:03 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.