What is define directive?
Answer / Monika Sirohi
"The "define" directive in C creates a macro by replacing the #define directive and its arguments with the replacement text whenever it appears in the source code. Macros can simplify complex expressions, reduce typing effort, and increase performance but should be used cautiously as they lack type checking."
| Is This Answer Correct ? | 0 Yes | 0 No |
find largest of 3 no
Explain the use of 'auto' keyword
how to swap two integers 1 and 32767 without using third variable
What is s or c?
What are type modifiers in c?
Which is better pointer or array?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
what is software?
What is the difference between formatted&unformatted i/o functions?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What language is windows 1.0 written?
What is the advantage of c?