Pointer Representation & Pointer Example Programs
pointer is a programming language data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address
pointer is a programming language data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address
Contents
- 1 pointer is a programming language data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address
- 2 Accessing The Address:
- 3 Pointer Representation
- 4 Definition:
- 5 Example program:
- 6 Declaring Pointer Variables
- 7 Syntax:
- 8 Example:
- 9 Initialization Of Pointer Vaibale:
- 10 Example program : 1
- 11 Example Program : 2