Answer Posted / chaitali anand tendulkar
Macro is preprocessor directives that are defined using #
define. The combination backslash/new line is deleted
before preprocessing begins, so the directives can be
spread over several physical lines. this lines should
constitute a single logical line.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between procedural and functional programming?
Are bit fields portable?
What functions are used in dynamic memory allocation in c?
What are global variables?
Explain what is #line used for?
How to throw some light on the b tree?
Explain a pre-processor and its advantages.
FILE PROGRAMMING
How can I call a function with an argument list built up at run time?
What is the use of function overloading in C?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are different types of variables in c?
What does int main () mean?
What is the process to generate random numbers in c programming language?
What is adt in c programming?