Tell me can include files be nested?

Submitted by: Muhammad
Yes. Include files can be nested any number of times. But you have to make sure that you are not including the same file twice. There is no limit to how many header files that can be included. But the number can be compiler dependent, since including multiple header files may cause your computer to run out of stack memory.
Submitted by: Muhammad

Read Online Embedded Software Engineer Job Interview Questions And Answers