Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cygx
on Feb 25, 2012
|
parent
|
context
|
favorite
| on:
C Programming Puzzlers
It's valid (see C99 6.7.8 §20 and §22) and equivalent to
int a[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } };
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: