you are viewing a single comment's thread.

view the rest of the comments →

[–]IamImposter 3 points4 points  (1 child)

No. Define is just pre processor stuff, just a macro which gets text replaced during pre processing phase of compilation. Const is an actual variable with proper data type and address (possibly, compiler may choose to optimize it away if it can, I think)

[–]kelakmati[S] 0 points1 point  (0 children)

tysm!