Why are all header files not declared in every c program, C/C++ Programming

Assignment Help:

Why are all header files not declared in every C program?

- Declaring all header files in each program would result in increase in overall file size and load of the program. It isn't a good programming.

- Choice header files which you want to declare in the program depends on commands/functions you want to use in program. Every header file comprise different commands and functions. So we use only the files relevant to our program.

 


Related Discussions:- Why are all header files not declared in every c program

Function, give an example of function

give an example of function

Functions, please help me get all the inbuilt functions in c++

please help me get all the inbuilt functions in c++

Source code for decoe to code, i am using mobile phone if i want to communi...

i am using mobile phone if i want to communicate via massage but that should be very secret

Buffer overflow, Can you help me with a C++ project?

Can you help me with a C++ project?

201 it, overload assignment opertor to assign the data of one object to ant...

overload assignment opertor to assign the data of one object to anthor

Switch...case, Write a function to accept a character and display it 40 tim...

Write a function to accept a character and display it 40 times.

Multilevelinheritance inc++, develop a program read the following informati...

develop a program read the following information from the keyboard in which base class consist of employee name code and destingnation the derived class contain the data members th

Define bit fields, Define Bit Fields Bit Fields permits the packing of ...

Define Bit Fields Bit Fields permits the packing of data in a structure. This is particularly useful when memory or data storage is at a premium. Usual examples: Packing

C prg, main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1]...

main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is

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