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
Pointer 17 codes
Home
C Tutorial
Pointer
1 A non-constant pointer to constant data
2 Address and Pointers
3 Assign NULL to pointer
4 Attempting to modify a constant pointer to non-constant data
5 Attempting to modify data through a non-constant pointer to constant data
6 Change value of variable through pointer
7 Output the size of a pointer
8 Pointer arrays
9 Pointer subscript notation
10 Pointeroffset notation
11 Pointers
12 Print addresses using place holders %16lu or %p
13 Store the address of number in pointer
14 Using a non-constant pointer to non-constant data
15 Using Pointers
16 Using the & and operators
17 When the pointer is incremented by an increment operator, it is always right incremented