Question:Which of the following are “magic constant”?
A __LINE__ B __FILE__ C __PRETTY_FUNCTION__ D __CLASS__ E __METHOD__
+ AnswerA B D E
+ Report