What are pointer to pointer?

1 answer

Answer

1182383

2026-07-07 01:35

+ Follow

A pointer only holds an address information (location) in the memory.

if a pointer holds points another pointer then it is a pointer to an other pointer.

Pointer holds an address in the memory so in that address there is an other location information that shows another location.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.