Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
Array « Data Structure « C++
C++
Data Structure
Array
1.
Using a Variable Pointer to Point to an Array
2.
Array Initialization
3.
Assigning and Displaying Array Values
4.
Using the cin and cout Objects with Arrays
5.
cin and cout work with char array
6.
Outputs addresses and values of array elements.
7.
To input numbers into an array and output after.
8.
Array based on int pointer