#define a 20
int main()
{
const int a = 50;
printf("a=%d\n", a);
}
Answers
Answered by
0
Answer:
in order to get output change the macro name...,
Explanation:
problem solved...,
Similar questions