How many header files in C?
The number of header files in C is not fixed, as it depends on the implementation of the language and the specific needs of the program being developed.
However, the standard C library defines a set of header files that are commonly used in C programming, which are specified in the C standard. The standard library header files provide declarations for functions, data types, and macros that are commonly used in C programming.
The current version of the C standard (C17) specifies 24 standard header files, which are:
- assert.h
- complex.h
- ctype.h
- errno.h
- fenv.h
- float.h
- inttypes.h
- iso646.h
- limits.h
- locale.h
- math.h
- setjmp.h
- signal.h
- stdarg.h
- stdbool.h
- stddef.h
- stdint.h
- stdio.h
- stdlib.h
- string.h
- tgmath.h
- threads.h
- time.h
- uchar.h
In addition to these standard header files, there may be additional header files provided by the compiler or third-party libraries that are used in C programming.
কোন মন্তব্য নেই
একটি মন্তব্য পোস্ট করুন