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: 1796 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 a array c++  what is array in c++  what is an array in c++  what is array?  what is a array c++  what is array in c++  what is array  c++ if else array  c++ array  what is array in c