%p.
Pointers is an address of a variable.
Pointer variable stores the address of an object.
*P = &n
Pointers take up more space - they use 8 bytes.
Search
Oct 12, 20241 min read
%p.
Pointers is an address of a variable.
Pointer variable stores the address of an object.
*P = &n
Pointers take up more space - they use 8 bytes.
Sep 22, 2024
Jul 02, 2024
Jul 02, 2024
Jun 30, 2024
Jun 19, 2024