How many levels deep can include files be nested, C/C++ Programming

Assignment Help:

How many levels deep can include files be nested?

- As such, there is no limit to number of levels of nested include files you can have however your compiler might run out of stack space when trying to include an inordinately high number of files. This number rely on your compiler and hardware configuration.

- Although it's legal to nest include files yet you should avoid it. An include level must be created only where it's required and makes sense, like creating an include file which has a #include statement for every header required by the module you are working with.

 


Related Discussions:- How many levels deep can include files be nested

Explain abstract classes, Abstract Classes Abstract classes are the cla...

Abstract Classes Abstract classes are the classes, which are written just to act as base classes. Consider the following classes.                 class base

C program for count any characters which is u want, # include stdio.h> #...

# include stdio.h> # include string.h> # include conio.h> void main()   {           int i=0,count=0;           char a[100],b;           clrscr();

#palindrome, replace character into string and return value of string that ...

replace character into string and return value of string that are replaced

Minimum shelves, write a program to find the minimum number of shelves

write a program to find the minimum number of shelves

Can i explicitly call a destructor if i''ve allocated my , Can I explicitly...

Can I explicitly call a destructor if I've allocated my object with new?

Project (network programming), Need help in network programming in C++ proj...

Need help in network programming in C++ project. How much you charge?

Integration, Write a program to find the area under the curve y = f(x) betw...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd