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 can I learn physics without any tuition coaching or school in class 12?
Lots of material are available in youtYou on different topics. Some are good and some are average ore not good. In Physics, H C Verma is good book. In Physics self learning takes time but whatever you learn, it is lifelong.
Darshan
0 0
5
Is coaching needed for class 12 Economics?
It depends on you choice if you have need then join if not then it is not necessary for you.
Bhakti
0 0
7
Which coaching institute should I join in class 11 for iit?
I suggest career endeavour or kotta classes You should also prepare by yourself too
Sumit
0 0
5
I have just entered class 11. How should I start preparing for the IIT-JEE and board exams?
It is just the suitable time to begin your JEE and Board exam preparation. Start studying from NCERT books. They are a pre-requisite and will build a foundation for competitive exams. Divide the number...
Neha
0 0
7

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

Ask a Question

Related Lessons

What is Stem cells?
Stem cells are unspecialized(undifferentiated) cells that have the ability to differentiate into other cells, and self-regenerate. These cells divide to produce one daughter cell that remains a stem cell...

How to do effective learning !
Dear readers, Hope you must be doing well. Below mentioned are few tips to learn any topic effectively: Let's say "X" be any topic you want to start and you don't have any idea about what the...

Divisibility rule
Every no. Is divisible by 1. Every even no. Is divisible by 2. If the sum of digit of a no. Is divisible by 3 then the no. Is also divisible by 3. If the last two digit is divisible by 4 then that no....
M

Mohit S.

1 0
0

Multiple Choice Question On Material Science
Multiple Choice Questions: 1. First material known to be used by man: (a) Cotton (b) Bronze (c) Iron (d) Rock 2. First metal known to be used by man:(a) Iron (b) Bronze (c) Silver (d) Aluminium 3. Which...
G

GRATIFY

2 0
0

Nominal, Ordinal, Interval & Ratio Scale
i. Nominal Scale: Nominal variables are used to “name,” or label a series of values. A good way to remember all of this is that “nominal” sounds a lot like “name” and...

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