What is the use of #define preprocessor in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


What are the types of macro formats?

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


What is .obj file in c?

0 Answers  


What is typeof in c?

0 Answers  






Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


Can static variables be declared in a header file?

0 Answers  


What are dangling pointers in c?

0 Answers  


can anyone please tell about the nested interrupts?

0 Answers  


What is a stream water?

0 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


Categories