Networking, Programming and Graphics Tutorials

What is an array - C++ [1/1]

Type:
What is an array - C++
Level: Beginner Networking, Programming and Graphics Tutorials 
What is an array - C++
Date: 2006-Dec-04
What is an array - C++
Visited: 1897 times
What is an array - C++
Rating: What is an array - C++
What is an array - C++
Author: Alex Plumpton

An array is a collective name given to a group of similar quantities. These similar quantities could be aggregate marks of 50 apples, or dollars of 50 humans or their ages.

What is an array - C++
Various parts of an array

Array needs to be declared, before it is used. In this example, we have used three statements to declare three arrays. The first statement declares a character array of 20 elements. Here char specifies the type of the variable and name specifies the name of the variable. The number 20 specifies the number of elements that can be used with the array name. The number 20 is called the dimension or the size of the array. The other statement declare a float array.

What is an array - C++
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - What is an array - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: what is an array in c++  array in c++  P-Array в 3d max  array dot net c++  c++ array  array C++  array + C++  what is an array  "what is an array in c++ ?"  how to use array php