What is macro?

Answer Posted / raj

macro is #define number

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between 123 and 0123 in c?

715


Tell me with an example the self-referential structure?

558


What is the best way to comment out a section of code that contains comments?

773


how to write a c program to print list of fruits in alpabetical order?

1784


Explain can the sizeof operator be used to tell the size of an array passed to a function?

590






Explain high-order and low-order bytes.

661


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

709


What is the advantage of using #define to declare a constant?

614


What is the difference between array_name and &array_name?

774


Explain two-dimensional array.

621


How can I remove the trailing spaces from a string?

608


what type of questions arrive in interview over c programming?

1550


How can I make it pause before closing the program output window?

572


Explain Function Pointer?

681


main() { printf("hello"); fork(); }

689