23 ms·
Using the clockwise spiral rule. https://c-faq.com/decl/spiral.anderson.html https://c-faq.com/decl/spiral.anderson.html
by ckocagil 2y ago
Using the clockwise spiral rule.
https://c-faq.com/decl/spiral.anderson.html https://c-faq.com/decl/spiral.anderson.html
- tumult 2y agoThe spiral rule is not real and fails on even basic examples like char * foo[10][5]; The OP article shows you how to actually read the declarations, not a fake trick that will lead you astray.