answersLogoWhite

0

No of header files are there in 'c' language?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

It's 1405 in my Linux box.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: No of header files are there in 'c' language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain about header files used in c language?

list of header files in c and function prototype associated with each file


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


Need of preprosser in c language?

to include the header files.


Header files in Java programming?

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


In header files whether functions are declared or defined in c language?

Rephrase your question so it is comprehensible.


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.


Why is it necessary to include header files in C?

It isn't necessary to include header files in C. However, without the functionality provided by some header files, your program wouldn't be able to do very much that is useful.


How many header files are there in C?

256


Can you have nested header files in C?

Yes.


What are the basic parts of the c language?

That would include header files, data types, loops, functions, pointers, arrays


Where are the C header files in Linux?

The C header files are in the same place as other Unix and Unix-like systems: /usr/include if you installed the compiler.


Is header files in c are similar to packages in java?

No.