Interview Questions

How many levels deep can include files be nested?

C Interview Questions and Answers


(Continued from previous question...)

How many levels deep can include files be nested?

Even though there is no limit to the number of levels of nested include files you can have, your compiler might run out of stack space while trying to include an inordinately high number of files. This number varies according to your hardware configuration and possibly your compiler.

(Continued on next question...)

Other Interview Questions