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
how to create duplicate link list using C???
What is wrong with this program statement? void = 10;
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How to Throw some light on the splay trees?
What are the advantages of Macro over function?
What is merge sort in c?
How can you increase the size of a statically allocated array?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Under what circumstances does a name clash occur?
What is 2c dna?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the use of function overloading in C?
What is difference between structure and union with example?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.