how many header file is in C language ?

Answer Posted / santosh

there are manynumber hedder files because each hedder file
is used for different purpose.
for example if we are using pointers we will include
different hedder files with the standard hedder files as
#include<stdio.h>

Is This Answer Correct ?    57 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we access array using pointer in c language?

638


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1629


What does c mean in basketball?

561


What are the 32 keywords in c?

627


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2182






Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

636


What is clrscr in c?

667


What is the benefit of using const for declaring constants?

581


Where can I get an ansi-compatible lint?

634


What is methods in c?

637


What is the difference between struct and union in C?

568


Explain what are the standard predefined macros?

647


What is a void pointer in c?

602


Explain how many levels deep can include files be nested?

622


The file stdio.h, what does it contain?

663