Answer Posted / agent
Yes we Macros support Multiple Arguments.
If we want to swap two value using macro how i can do if
you can do this then you know the ans.
or you can do one thing you chk greater no
By macro like
Max(30,10);
defination like :-
Max(x,y) x>y?x:y
here i m passing 2 arguments.
ok bye bye.
thx.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why c is known as a mother language?
Can we assign string to char pointer?
What does *p++ do?
Why do we use return in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What 'lex' does?
What is p in text message?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are the advantages and disadvantages of pointers?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Why do we use null pointer?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is define c?
What math functions are available for integers? For floating point?