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
How can you draw circles in C?
What is c programming structure?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is swift based on c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Write a C program to count the number of email on text
In which language linux is written?
What are actual arguments?
Why array is used in c?
Explain what is output redirection?
How can I change the size of the dynamically allocated array?
Why c is faster than c++?
explain what is an endless loop?
Can we change the value of constant variable in c?