answersLogoWhite

0

No explicit limit, you can use so many header files as you want.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Header files in Java programming?

Java does not require header files like C/C++.


Can you replace getch of C programming in Linux without using iostream header?

There is a 'getch' in 'conio.h' which has nothing to do with 'iostream'.


Are header and documentation the same thing in c programming?

Yes.


Why are header files not required when using far and near pointers?

In C programming, header files are required. It doesn't matter if you are using near pointers, far pointers, both, or neither -- you still need header files. There is no connection between the necessity of header files and the pointers' size.


What is the function of square root in C programming?

it is sqrt in header math.h


Can static variables be declared in a header file in C programming?

Yes (but usually it is a bad idea).


What is the use of header files as used in C programming?

Header files are used to have declarations. It is simple to include a single header file than writing all the needed functions prototypes.


How do you correct the C plus plus programming error missing function header?

You need to #include the header file that contains the missing function's declaration.


A function is declared in C header file When you try to implement in a c source file it is giving error?

The source file must include the header file. Beyond that we can only guess at the problem without seeing the content of the source and header files. Do not post the files here. Such questions are better handled by the many C programming forums available elsewhere on the Internet.


How do you concatenate strings in C programming?

strcat if u wnt to use strcat then include string.h header file


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


How can you create a c program without using header file?

C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.