Comment on Whitespace
Ferk@kbin.social 9 months agoBut 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;
exocrinous@lemm.ee 9 months ago
That’s because C was designed by a fool.
Aatube@kbin.social 9 months ago
A fool who created Unix
Tja@programming.dev 9 months ago
And C!
CanadaPlus@futurology.today 9 months ago
What, could you have done better in 70-whatever?