How many levels deep can include files be nested?



How many levels deep can include files be nested?..

Answer / Rekha Rani

In C, you can nest include files up to a maximum depth of 15. This limit is imposed by the preprocessor.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the types of unary operators?

1 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


What is d scanf?

1 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


Describe explain how arrays can be passed to a user defined function

1 Answers  


Meaning of () in c

1 Answers  


diff between exptected result and requirement?

1 Answers   HCL,


Is the exit() function same as the return statement? Explain.

1 Answers   Agilent, ZS Associates,


how to make a scientific calculater ?

1 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


Categories