logoalt Hacker News

ori_byesterday at 10:51 PM2 repliesview on HN

A syntax error. You need a variable name, not a type name, in the middle.


Replies

ori_byesterday at 11:03 PM

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.

fussloyesterday at 11:49 PM

or a rejected PR