Y
Hacker News
new
|
ask
|
show
|
jobs
by
ori_b
22 days ago
A syntax error. You need a variable name, not a type name, in the middle.
2 comments
ori_b
22 days ago
And if you want 'int **arr[a][b]', it's a value that when you say 'x = **arr[m][n]', will evaluate to an int and assign it to x. Postfix has higher precedence than prefix.
link
fusslo
22 days ago
or a rejected PR
link