What are the types of macro formats?
Answer / Vishal Kumar Mishra
Macros in C are text replacements that allow you to define shorthand for frequently used code. There are two main types of macros: function-like macros (FLMs) and replacement macros (RMs). FLMs mimic the behavior of functions, taking arguments within parentheses, while RMs replace their name with a series of text replacements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is #include stdio h?
Explain how do you generate random numbers in c?
Explain why c is faster than c++?
What is calloc()?
Program to find the sum of digits of a given number until the sum becomes a single digit
How does memset() work in C?
difference between the array and linked list general difference related to memory
What is a function simple definition?
What are the benefits of c language?
What is function definition in c?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****