Can include files be nested?

Options
- Yes
- No


CORRECT ANSWER : Yes

Discussion Board
c language

best question of c language

Anil yadav 12-5-2020 09:22 AM

can include files be nested ??

Yes. Include files can be nested any number of times. As long as you use precautionary measures, just u need to avoid including the same file twice. and by doing so... it slows down the compilation process !!

Kunwar Arjun 08-7-2014 12:28 AM

nested header files.

we may include header files nestedly provided that headerfile must have #ifndefine, #define directives.

mallikarjun 03-10-2014 12:46 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement