Pointers available in c++ and not in Java
Sep 3, 2021 · 2 min read · Pros of pointers First what are pointers .These are actually the location or address of memory. Assume that computer stores data as cupboard with drawers. So memory locations are actually drawers .Pointers are more efficient in handling arrays and da...
Join discussion