Answer Posted / hr@tgksolutions.com
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 use of integral promotions in c?
What is the use of extern in c?
What does nil mean in c?
Explain what are the standard predefined macros?
What is a structure and why it is used?
In a switch statement, explain what will happen if a break statement is omitted?
What is a function simple definition?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is extern variable in c with example?
What does c mean in standard form?
Is it better to use a macro or a function?
What header files do I need in order to define the standard library functions I use?
What are examples of structures?
what is bit rate & baud rate? plz give wave forms
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array