Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 261 Bytes

File metadata and controls

15 lines (9 loc) · 261 Bytes

NOTES

Static (stack) -> pointer
Dynamic (heap) -> value
new : nell heap
delete : toglie value, non pointer (dangling pointer/NULL pointer)
(anche delete [] p)

sizeof (var/type/arr) (in byte)

README.md