Answer Posted / nashiinformaticssolutions
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c language & why it is used?
Where are some collections of useful code fragments and examples?
Is exit(status) truly equivalent to returning the same status from main?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What are 'near' and 'far' pointers?
What is the explanation for cyclic nature of data types in c?
What is #define size in c?
I have seen function declarations that look like this
Explain what is a pragma?
Is it possible to pass an entire structure to functions?
What is the correct code to have following output in c using nested for loop?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Do you know null pointer?
What will the preprocessor do for a program?
What does d mean?