5 ms·
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?
by rosencrantz 2y 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?