Explain how do you override a defined macro?



Explain how do you override a defined macro?..

Answer / Mohamad Asif

In C, to override a defined macro, you can redefine it by placing another definition after the initial one in the same scope. However, keep in mind that preprocessor directives are processed in order, so the last definition will take precedence.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What does c mean?

1 Answers  


What is the difference between ++a and a++?

1 Answers  


what is computer

4 Answers  


What is malloc() function?

1 Answers  


Explain what is the difference between functions abs() and fabs()?

1 Answers  


ASCII stands for

1 Answers  


What does 3 periods mean in texting?

1 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


explain what is a newline escape sequence?

1 Answers  


What is union and structure in c?

1 Answers  


Is file a keyword in c?

1 Answers  


Differentiate between ordinary variable and pointer in c.

1 Answers  


Categories