how many header file is in C language ?
Answer Posted / mohan
there are 24 header files in c language
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a function and a method in c?
What is the use of a conditional inclusion statement in C?
What is the use of getchar functions?
write an algorithm to display a square matrix.
What are local variables c?
How do I get a null pointer in my programs?
Write a program to check prime number in c programming?
What is the difference between memcpy and memmove?
Why functions are used in c?
Is there a built-in function in C that can be used for sorting data?
Can you pass an entire structure to functions?
What is memory leak in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the advantage of a random access file?
What are derived data types in c?