how many header file is in C language ?
Answer Posted / janardhan
In C Language 432 header files are there
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is pointer initialized 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.
Can we change the value of constant variable in c?
How does free() know explain how much memory to release?
How the c program is executed?
What is the difference between text files and binary files?
What are the different types of pointers used in c language?
What are structures and unions? State differencves between them.
Why c is procedure oriented?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is identifiers in c with examples?
Differentiate between full, complete & perfect binary trees.
How can you increase the size of a statically allocated array?
Explain how do you override a defined macro?
How can I delete a file?