how many header file is in C language ?
Answer Posted / prashant gupta
26 header files in C language.
| Is This Answer Correct ? | 16 Yes | 36 No |
Post New Answer View All Answers
What is the use of putchar function?
What is far pointer in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
how do you programme Carrier Sense Multiple Access
What language is windows 1.0 written?
Write a program which returns the first non repetitive character in the string?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the purpose of the preprocessor directive error?
Why header files are used?
Differentiate between a structure and a union.
What does the function toupper() do?
What is the method to save data in stack data structure type?
What is the purpose of void in c?
Why is this loop always executing once?