Translations:Development/Tutorials/Common Programming Mistakes/34/en

From KDE TechBase
// Correct!
static const int AnswerToAllQuestions = 42;
// Wrong!
#define AnswerToAllQuestions 42