what is the use of macro program
Answer / chaitali anand tendulkar
Macro is preprocessor directives that are defined using #
define. The combination backslash/new line is deleted
before preprocessing begins, so the directives can be
spread over several physical lines. this lines should
constitute a single logical line.
| Is This Answer Correct ? | 5 Yes | 2 No |
List some applications of c programming language?
What is pointer in c?
How can I do serial ("comm") port I/O?
How does the C program handle segmentation faults?
What is #include cctype?
cavium networks written test pattern ..
Is c functional or procedural?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Explain what is meant by high-order and low-order bytes?
what is used instead of pointers in java than c?
Can you explain the four storage classes in C?
Eight queens puzzle