Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-03-2016, 10:48 PM   #1
StuartSpindlow1
Registered User
 
Join Date: Jun 2014
Location: United Kingdom
Posts: 120
What is Array in C?

Hello Friends,

Please tell me what is array in C.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
StuartSpindlow1 is offline   Reply With Quote

Old 11-22-2016, 03:02 AM   #2
Dubey675
Registered User
 
Join Date: Jul 2015
Posts: 260
Overview. 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, though specific implementations may.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dubey675 is offline   Reply With Quote
Old 12-07-2016, 03:59 AM   #3
mspcarservice
Registered User
 
Join Date: Sep 2016
Posts: 37
Arrays in C act to store related data under a single variable name with an index, also known as a subscript.
mspcarservice is offline   Reply With Quote
Old 12-09-2016, 12:47 AM   #4
kunalkumar
Registered User
 
Join Date: Apr 2016
Posts: 198
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, though specific implementations may.


Book Ad in Times of India | Newspaper Ad Agency in Delhi

Last edited by kunalkumar; 03-15-2019 at 02:59 AM..
kunalkumar is offline   Reply With Quote
Old 12-14-2016, 11:10 PM   #5
simon606
Registered User
 
Join Date: Oct 2016
Posts: 79
This is called a single-dimensional array. The array Size must be an integer constant greater than zero and type can be any valid C data type. For example, to declare a 10-element array called balance of type double, use this statement
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
simon606 is offline   Reply With Quote
Old 12-18-2016, 11:57 PM   #6
wiliamjamesh
Registered User
 
Join Date: Sep 2016
Posts: 617
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, though specific implementations may.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
wiliamjamesh is offline   Reply With Quote
Old 12-22-2016, 10:59 AM   #7
Viewporttech
Registered User
 
Join Date: Dec 2016
Location: Perth, Western Australia
Posts: 7
Arrays a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Viewporttech is offline   Reply With Quote
Old 01-10-2017, 02:52 AM   #8
wiliamjamesh
Registered User
 
Join Date: Sep 2016
Posts: 617
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, though specific implementations may.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
wiliamjamesh is offline   Reply With Quote
Old 02-09-2017, 03:12 AM   #9
hemaweb
Registered User
 
Join Date: Jul 2016
Posts: 103
Thanks for sharing nice information...........
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
hemaweb is offline   Reply With Quote
Old 02-15-2017, 12:02 PM   #10
Avinash kumar
Registered User
 
Join Date: Feb 2017
Posts: 149
Array is type of data structure that can store a fixed size of sequential same type of data.
Avinash kumar is offline   Reply With Quote
Old 02-15-2017, 11:06 PM   #11
manavatmix
Registered User
 
Join Date: Jun 2016
Location: Delhi
Posts: 436
An array is a data structure that can hold multiple data values. For example [a,b,c,d]. Here it holds 4 values - a,b,c and d.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
manavatmix is offline   Reply With Quote
Old 02-28-2017, 04:20 AM   #12
owenhallroh
Registered User
 
Join Date: Feb 2017
Posts: 2
It makes the code look more beautiful and organised with less variable used. Modification, searching, traversing of data becomes very easier with this.

_____
code analysis tools c#
owenhallroh is offline   Reply With Quote
Old 03-14-2017, 10:53 PM   #13
pxljobs
Registered User
 
Join Date: Jul 2016
Location: Bangalore
Posts: 370
This is an process of collection variables belongs to same data type you can store the same data type in the array.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
pxljobs is offline   Reply With Quote
Old 03-14-2017, 11:49 PM   #14
sin123
Registered User
 
Join Date: Jan 2017
Posts: 674
Array is a collection of many values of similar data types.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sin123 is offline   Reply With Quote
Old 03-15-2017, 12:58 AM   #15
SarbjitGrewal
Registered User
 
Join Date: Mar 2017
Location: San Jose, California
Posts: 19
An array is collection of data that stores same type of values that includes, integers, string, and characters etc.
SarbjitGrewal is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is Array in Java? WellingtonSilva Search Engine Optimization 2 06-21-2016 09:36 PM
UK Windows VPS - SSD Raid-10 array - 1GBPS Network - RDP - Bitcoin Accepted AJKpeter Post your ad here 0 11-19-2014 01:43 AM
ASP Array Question mjvndhsb ASP 1 05-15-2014 03:27 AM
Not allowing duplicate values to an array mjvndhsb Javascript 3 03-11-2014 12:40 AM
How to return an array in Web Service? wryfhk22 PHP / mySQL 0 09-05-2011 01:14 AM


All times are GMT -7. The time now is 11:58 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.