how many header file is in C language ?
Answer Posted / sandeep reddy k
There are 19 header files in c language. Obviously we use some header files in particular cases.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is mean by data types in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
When is the “void” keyword used in a function?
difference between object file and executable file
What is the difference between procedural and functional programming?
What is function what are the types of function?
What is property type c?
What is the difference between text and binary i/o?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the correct declaration of main?
Did c have any year 2000 problems?
How can I swap two values without using a temporary?
What is the difference between array and linked list in c?
How can I do peek and poke in c?