Skip to main content
added 2 characters in body
Source Link
Peter Mortensen
  • 31.2k
  • 22
  • 110
  • 134

anAn array is a const pointer. You cannot update its value and make it point anywhere else. While for a pointer you can do.

an array is a const pointer. You cannot update its value and make it point anywhere else. While for a pointer you can do.

An array is a const pointer. You cannot update its value and make it point anywhere else. While for a pointer you can do.

Source Link
mkamthan
  • 2.4k
  • 4
  • 17
  • 23

an array is a const pointer. You cannot update its value and make it point anywhere else. While for a pointer you can do.