logoalt Hacker News

johnisgoodyesterday at 1:36 PM1 replyview on HN

More than C? Highly doubt that.


Replies

Levitatingyesterday at 3:50 PM

Arrays are initialized with curly braces but the type notation uses brackets.

typedef takes the identifier at the end of the statement.

The asterisk is used to de-reference but used to denote a reference in types.

While loops may take the condition after the block.