Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C Tutorial
Array 28 codes
Home
C Tutorial
Array
1 Accessing an array using pointers
2 Addition of the elements of the list
3 Address of each element in an array
4 Address of second element in array (value of arraypointer+1)
5 Arrays
6 Arrays and pointers
7 Binary search of an array
8 Deal with array pointer of long integer
9 Declaration of outer block and inner block
10 Get the values in a two-dimensional array through array pointer
11 Get values from multidimensional arrays with pointers
12 Initialize the elements of array to the even integers from 2 to 20
13 Initializing an array in declaration
14 Initializing an array using for loop
15 Initializing multidimensional arrays
16 Inverse of the list
17 Linear search of an array
18 Merging of two sorted lists
19 Move array pointer to the next element
20 Pass array to function
21 Passing arrays and individual array elements to functions
22 The name of an array is the same as &array[ 0 ]
23 Transpose of a matrix
24 Two-dimensional array
25 Two-Dimensional arrays
26 Two-Dimensional arrays and pointers
27 Use another list to hold the reversed list
28 Use scanf to read data into array