how many header file is in C language ?
Answer Posted / naznin nahar
there are64 header file in c language
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do we open a binary file in Read/Write mode in C?
Which type of language is c?
What is main () in c language?
What are the types of c language?
What is void pointers in c?
Under what circumstances does a name clash occur?
What is nested structure in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is clrscr ()?
Explain how do you list a file’s date and time?
What is structure in c explain with example?
What is the difference between the = symbol and == symbol?
What is a structure and why it is used?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
write an algorithm to display a square matrix.