...
| Wiki Markup |
|---|
When working with {{sizeof()}}, keep in mind \[[ARR01-A. Do not apply the sizeof operator to a pointer when taking the size of an incomplete typearray]\]. |
Non-Compliant Code Example
...
...
| Wiki Markup |
|---|
When working with {{sizeof()}}, keep in mind \[[ARR01-A. Do not apply the sizeof operator to a pointer when taking the size of an incomplete typearray]\]. |
...