Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 288 Bytes

divideSizeof.md

File metadata and controls

11 lines (6 loc) · 288 Bytes

Pattern: Division of result of sizeof() on pointer type

Issue: -

Description

sizeof() returns the size of the pointer, not the size of the memory area it points to.

Further Reading