Answer Posted / nagendranath.s
A macro is used to define a short functional code where it
can be inserted in a number of places(where the functional
code is compiled more than once)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I send mail from within a c program?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the argument of a function in c?
How can I swap two values without using a temporary?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is the acronym for ansi?
Why we use stdio h in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What are variables and it what way is it different from constants?
What is wrong in this statement? scanf(“%d”,whatnumber);
What are the salient features of c languages?
What is the purpose of 'register' keyword in c language?
what is stack , heap ,code segment,and data segment
What is actual argument?
Explain the difference between call by value and call by reference in c language?