6 Matching Annotations
  1. Jul 2019
  2. Jun 2019
    1. ptr++, then the pointer ptr will be shifted forward by 20 bytes.

      since int is 4 bytes and it is an array of 5 ints 5 * 4 = 20 hence the base type is int[5] and the size of base is 20 bytes