how many header file is in C language ?
Answer Posted / lohith
it can have any number of header files. but it ha smore
than 8 header files.
| Is This Answer Correct ? | 59 Yes | 70 No |
Post New Answer View All Answers
What is the auto keyword good for?
Can a variable be both constant and volatile?
What are the various types of control structures in programming?
Is null a keyword in c?
With the help of using classes, write a program to add two numbers.
What is variable initialization and why is it important?
What is #include stdio h?
Can two or more operators such as and be combined in a single line of program code?
write a progrmm in c language take user interface generate table using for loop?
What is a const pointer?
How does free() know explain how much memory to release?
What is the difference between scanf and fscanf?
What is gets() function?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Do you know pointer in c?