What is a macro? And how is a macro same as a template?

Answer Posted / alka pant

In C and C++, a Macro is a piece of text that is expanded by
the preprocessor part of the compiler.
This is used in to expand text before compiling.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1641


What is inheritance in simple words?

627


what type of questions

1697


what is difference between class template and template class?

2159


Why do we use polymorphism in oops?

583






What is the significance of classes in oop?

590


What are the 4 pillars of oop?

674


What is the difference between procedural programming and oops?

559


what's the basic's in dot net

1740


is there any choice in opting subjects like 4 out of 7

1731


What is the difference between inheritance and polymorphism?

594


How do you define social class?

603


What does sksksk mean in text slang?

1537


What is encapsulation example?

551


Why is polymorphism important in oop?

637