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
What are the properties of union in c?
Why & is used in scanf in c?
What is hashing in c?
FILE PROGRAMMING
What is the difference between int main and void main?
What was noalias and what ever happened to it?
What are runtime error?
Write a program to swap two numbers without using third variable in c?
What does %d do?
how to introdu5ce my self in serco
What are pointers? What are stacks and queues?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are the different types of control structures in programming?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?