6 ms·
To use a trivial example: int free;
by mrr54 7y ago
To use a trivial example:
int free;
- leetcrew 7y agocare to explain which language this doesn't work in (and why)? I'm curious. AFAIK, `free` isn't a keyword in either language and this is just declaring an int variable with a legal identifier (but not initializing it).