Resolve "Definition and initialization of local arrays"
- Related issues: #784 (closed)
- Requested reviewers:
Reason why this change is needed
- Correct definition and initialization of local arrays.
Description of the change
- Define local arrays using "const" and initialize specifically each of its entries.
Affected operating points
- All is BE.