Pointer as the word implies just points. It is a datatype in C which is used to hold memory address. Pointers may point to any datatype in C and based on the data type pointer arithmetic is done. Contents 1 * Operator 1.1 Example 2 Pointer Arithmetic 3 Does a pointer have memory? 3.1 Example […]
You must be logged in to post a comment.