When the macros gets expanded?



When the macros gets expanded?..

Answer / Ravi Prakash Mourya

Macros in C are expanded at compile time before any actual code is generated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1 Answers   CLG,


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


Why main is not a keyword in c?

1 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1 Answers  


where can function pointers be used?

2 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


What are the different categories of functions in c?

1 Answers  


is it possible to create your own header files?

1 Answers  


Write a program to print ASCII code for a given digit.

1 Answers   EXL, HCL,


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


Explain how can I remove the trailing spaces from a string?

1 Answers  


Categories