Question: Compare and contrast the constants defined by macro and by const qualifier. Which of the following statements are true? Select all correct answers. Macro -

Compare and contrast the constants defined by macro and by const qualifier. Which of the following statements are true? Select all correct answers.
Macro-defined constant is normally faster.
const qualifier defined constant is normally faster.
Macro-defined constant can be modified through a pointer during the execution.
Macro-defined constant cannot be modified through a pointer during the execution.
const qualifier defined constant can be modified through a pointer during the execution.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!