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.