C/C++의 clockwise/spiral rule을 사용하면 int *const 와 const int * 등의 선언을 쉽게 이용할 수 있다.
순서는 다음과 같다.
[X] or [] => Array X size of… or Array undefined size of…(type1, type2) => function passing type1 and type2 returning…* => pointer(s) to…예시)

Reference
https://aticleworld.com/clockwise-spiral-rule-in-c-cpp-with-examples/