What are macros in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How to print "I Love My India" without using semi colon?
Explain how can you be sure that a program follows the ansi c standard?
What is an auto variable in c?
What is the difference between NULL and NUL?
what is the return type of printf
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What is the use of the #include directive?
What is 02d in c?
How do shell structures work?
If null and 0 are equivalent as null pointer constants, which should I use?