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
Pointer 34 codes
Home
C
Pointer
1 A function to calculate an average
2 A simple program using pointers
3 Arrays and pointers
4 Arrays and pointers taken further
5 Assign an int value using a pointer
6 Assign value to a char pointer
7 Assign value to char pointer
8 Calculating a floating-point average using pointers
9 Chars pointers pointer
10 Declare a pointer to an array that has 10 ints in each row
11 Get string and assign its value to a char pointer
12 Increase value vs address
13 Int data type pointer
14 Int pointer
15 Our own string copy function based on pointer
16 Output address other than value
17 Pointer and pointers pointer
18 Pointer arithmetic
19 Pointer based calculation
20 Pointer comptability
21 Pointer for char, int, float and double
22 Pointers pointer
23 Read and output
24 Reverse string content using its pointer
25 Show how pointers can be used
26 Split an entry of the form LastFirst into two parts
27 Swap function
28 Two-Dimensional arrays and pointers
29 Use printf to output variables address
30 Using normal array subscripting
31 Using pointer arithmetic to access elements
32 Using sizeof and pointer arithmetic
33 Using the strcpy function
34 Whats the pointer