How to write multiline macro in C language?

How To Write Multiline Macro In C Language?

What Is Multiline Macro?

How to write a multiline macro in C programming language. We typically define macros that span over a single line. However, there exist conditions whenever you need to outline a macro that spans over a number of lines.