Question for C programmers out there.
Do you prefer to use macros or the const qualifier when defining global constants? I see it both ways in book. Both seem to work equally well to me; just wondering if anyone feels one is better than the other, and why.
Thanks!
Do you prefer to use macros or the const qualifier when defining global constants? I see it both ways in book. Both seem to work equally well to me; just wondering if anyone feels one is better than the other, and why.
Thanks!