Computer Science, asked by AshwinMathankar, 2 months ago

#define a 20
int main()
{
const int a = 50;
printf("a=%d\n", a);
}​

Answers

Answered by jayaprakashrayani
0

Answer:

in order to get output change the macro name...,

Explanation:

problem solved...,

Similar questions