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

Described overriding?, In order to override a method, a subclass of the cla...

In order to override a method, a subclass of the class which originally declared the method have to declare a method along with the same name, return type (or a subclass of that re

Chapter 21, Test scores solution help. Three member variables

Test scores solution help. Three member variables

Erp, How does an ERP System facilitates better decision making?

How does an ERP System facilitates better decision making?

Explain different access specifiers in a class, Question 1 Create a class ...

Question 1 Create a class String which stores a string value. Overload ++ operator which converts the characters of the string to uppercase (toupper() library function of "ctype.h

ALGORITHM, write a pseudocode algorithm for a program that accepts a number...

write a pseudocode algorithm for a program that accepts a number and prints out its reciprocal(1/n) is required.the program should prevent the user from entering zero by asking t

Verifone pos offline mod vx670, Verifone pos offline mod vx670 Project D...

Verifone pos offline mod vx670 Project Description: I want a programmer who will build custom application for Offline VX670 to collect and save info+pin 1) Press the am

C program for removing char which u want, C Program for REMOVING CHAR WHICH...

C Program for REMOVING CHAR WHICH U WANT void main() {           int i,j;           char a[100],r;           clrscr();           for(i=0;i

Explain some string oriented library functions, Explain some String Oriente...

Explain some String Oriented Library Functions? To make simpler string processing we can use special string oriented library functions. Mainly the C compilers include library f

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