what is the use of macro program

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


Please Help Members By Posting Answers For Below Questions

What are pragmas and what are they good for?

584


Is stack a keyword in c?

645


What is #include conio h?

605


what is the diffrenet bettwen HTTP and internet protocol

1398


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

924






What is difference between class and structure?

582


which type of aspect you want from the student.

1712


Which programming language is best for getting job 2020?

619


What are the different data types in C?

738


Explain the red-black trees?

615


List some basic data types in c?

572


Why is c called "mother" language?

871


Explain what are multidimensional arrays?

613


Is main is a keyword in c?

621


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1640