What is macro functions in c language?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Friend Philosopher and E Guide for MCA, class IX-X, Polytechnic Diploma, BCA, BSc, BTech

Is used to define function in c like #define f(x,y)=x+y
Comments

Engineering Teacher

Macro function is specifically used for defining special constants Example #define PI 3.14
Comments

Its a preprocessed functions. They take valid c identifiers as aruguments , same as normal functions.
Comments

IT Professional

Macros can also accept parameters and return values. Macros that do so are called macro functions. To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute...
read more
Macros can also accept parameters and return values. Macros that do so are called macro functions. To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute value of its parameter. Let us define our own version, ABS, below. #define ABS(my_val) ((my_val) < 0) ? -(my_val) : (my_val) read less
Comments

Best teaching for all the subjectd

Function is a set of instruction .macro functions means a small function the entire c program is divided into small partitions each part is call as a macro. each marci has its own set of instructions. when ever you define macros in header by #define macro the value of macro is automatically get used...
read more
Function is a set of instruction .macro functions means a small function the entire c program is divided into small partitions each part is call as a macro. each marci has its own set of instructions. when ever you define macros in header by #define macro the value of macro is automatically get used in ur program Ex. If u want to find 2pir value just u need r variable and it's value. Why beacsuse already pi value is evaluated in pi macrofunctions So just u need to define at header file then were ever pi comes it automatically takes 3.14 as pi value Like this we can create sapate macro functions and we have to save those functions in macro directory. Then I should define and use the value of functions read less
Comments

My English World

C language is related to computers not to English
Comments

An Experienced Professional

A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look like when they are used. Though macro and functions sound similar but macro is a preprocessed and functions...
read more
A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look like when they are used. Though macro and functions sound similar but macro is a preprocessed and functions are compiled. Before compilation macro name is replaced by macro value but during function call , transfer of control takes place. read less
Comments

Mathematics tutor

Macros can also accept parameters and return values. Macros that do so are called macro functions. To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute...
read more
Macros can also accept parameters and return values. Macros that do so are called macro functions. To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute value of its parameter. Let us define our own version, ABS, below. (Note that we are defining it in upper case not only to avoid conflicting with abs, but also because all macros should be defined in upper case, in the GNU coding style. See Style.) Macros can also accept parameters and return values. Macros that do so are called macro functions. To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute value of its parameter. Let us define our own version, ABS, below. (Note that we are defining it in upper case not only to avoid conflicting with abs, but also because all macros should be defined in upper case, in the GNU coding style. See Style.) read less
Comments

View 6 more Answers

Related Questions

How do I manage school, coaching, home tuitions in class 12?
You need to divide Ur schedule properly for all the subjects and more on your those subjects which seems to be tough for u nd atleast 1 and ½ hr for practice/revisions for the topics that u covered...
Rosary
0 0
6
Will coaching for the IIT-JEE in Class 11 affect the Class 12 boards?
Yes it affect you need to have proper preparation in early stage to cover up the course
Harshitha
Is it necessary to go to coaching or tuition for English in class 12 CBSE?
I think those students who are studying in a CBSE schools.They won't need.
Brahma
0 0
6
What is Hypermetropia?    
Hypermetropia(hyperopia) commonly known as farsightedness or longsightedness,is a defect of vision caused by an imperfection in eye(oftrn when eyeball is too short or the lens cannot become round enough),causing...
Abraham
0 0
5
Should I join coaching in class 12 for the JEE? I haven't joined any coaching in class 11.
If you're serious about JEE, you should join a coaching institute. There are thousands of students out there studying from morning to late night and it's a hard nut to crack without proper coaching
Neeraj
0 0
8

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

coherent learning
many a times students come across a Problem of lack of concentration during class in school or at tuitions . Well concentration can be effectively improved by one simple habbit of having a glimpse of...

Chemistry
Explain ‘mass defect’ and ‘binding energy’. How are they related?The difference between the calculated mass of the unbound system and the experimentally measured mass of the nucleus...

Chemistry - Peroxy Acids.
A peroxy acid is an acid which contains an acidic –OOH group Peroxycarboxylic acids are about 1000× weaker than the parent carboxylic acid, owing the absence of resonance stabilization of...

DNA As a Genetic Material
In 1868 the scientist Friedrich Miescher at first isolated a phosphorous-containing substance called nuclein from nuclei of leukocytes. Miescher and many others suspected that nuclein or nucleic acid is...

Newton’s Laws Of Motion
Newton’s first law of motion states that a body continues to be in a state of rest or of uniform motion in a straight line unless it is acted upon by a net external force. Newton’s second...

Recommended Articles

Appearing for exams could be stressful for students. Even though they might have prepared well, they could suffer from anxiety, tension etc. These are not good for their health and mind. However, following a few exam preparation tips can save them from all these and help them to score good marks. Let’s find out all...

Read full article >

Once over with the tenth board exams, a heavy percentage of students remain confused between the three academic streams they have to choose from - science, arts or commerce. Some are confident enough to take a call on this much in advance. But there is no worry if as a student you take time to make choice between - science,...

Read full article >

With the mushrooming of international and private schools, it may seem that the education system of India is healthy. In reality, only 29% of children are sent to the private schools, while the remaining head for government or state funded education. So, to check the reality of Indian education system it is better to look...

Read full article >

With the current trend of the world going digital, electronic renaissance is a new movement that is welcomed by the new generation as it helps makes the lives of millions of people easier and convenient. Along with this rapidly changing movement and gaining popularity of Internet, e-Learning is a new tool that emerging...

Read full article >

Looking for BSc Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you