4 Nov
Ringkasan Algorithm & Programming and Introduction to C Programming (29 October 2015)
Pointer: a variable that states the address of another variable.
There are 2 operators mostly used in pointer:*(content of) and & (address of)
Array: a container object that holds a fixed number of values of a single type.
Array Characteristic:
- Homogeneous(All elements have similar data type)
- Random Access(Each element can be reached individually,does not have to be sequential)

Respond to this post