Question: const variables are preferred to symbolic constants ( from #define ) because const variables take up less memory. symbolic constants can be changed. const variable
const variables are preferred to symbolic constants from #define because
const variables take up less memory.
symbolic constants can be changed.
const variable names are visible to the compiler
const variables do not have to be of a specific data type.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
