Comment on Whitespace

<- View Parent
Ferk@kbin.social ⁨8⁩ ⁨months⁩ ago

But the syntax clearly intends int *p.
Otherwise you would only need to do int* p, q instead actually being required to type * in front of every variable name when declaring that way: int * p, * t;

source
Sort:hotnewtop