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
State the difference between x3 and x[3].
How can you increase the allowable number of simultaneously open files?
How will you delete a node in DLL?
Which is better pointer or array?
What is a scope resolution operator in c?
How can I remove the trailing spaces from a string?
What is the purpose of scanf() and printf() functions?
What is pragma c?
How can a string be converted to a number?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the argument of a function in c?
What are preprocessor directives in c?
What is a char in c?
Write a program to print “hello world” without using semicolon?
Should a function contain a return statement if it does not return a value?