0

Pointers are the variables that are used to store the address location of another variable. Operations that are permitted to a pointer are:

  1. Increment/Decrement of a Pointer
  2. Addition and Subtraction of integer to a pointer
  3. Comparison of pointers of the same type
Sandhya Answered question June 26, 2023