how many header file is in C language ?

Answer Posted / kuldeep

hi there total 48 header files in provided by the turbo c++.
if u want to saw all the header file : go in turbo c++ ide screen then:
1-> press + f1
2> open the header file nd count

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by recursion in c?

630


What is nested structure in c?

616


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

630


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

661


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1732






What is the heap in c?

647


What are types of preprocessor in c?

624


What is structure data type in c?

575


What is structure in c definition?

577


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2004


Can true be a variable name in c?

561


Is c is a low level language?

568


What is use of pointer?

589


What is putchar() function?

640


In c language can we compile a program without main() function?

584