what is the most appropriate way to write a multi-statement
macro?
Answer Posted / thunder
Using '\' forward slash at the end of macro,we can able to
write a multi-statement macro's in our source code.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is #include stdio h?
What is the return type of sizeof?
Without Computer networks, Computers will be half the use. Comment.
Is linux written in c?
What is the value of h?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is methods in c?
What is static and auto variables in c?
What is string concatenation in c?
What is break statement?
What are the key features in c programming language?
Can we use any name in place of argv and argc as command line arguments?
What is the difference between void main and main in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Write a c program to build a heap method using Pointer to function and pointer to structure ?