Hacker News new | ask | show | jobs
by rosencrantz 653 days ago
int *ptr;

// but let's change it to *int ptr;

// because the pointer symbol is more logical to write first

Please can we solve a real problem instead?