Comment by johnisgood Comment by johnisgood a day ago 1 reply Copy Link View on Hacker News More than C? Highly doubt that.
Copy Link Levitating a day ago Collapse Comment - 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. Reply View | 0 replies
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.