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
Explain bit masking in c?
Is it cc or c in a letter?
What is scope and lifetime of a variable in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How do I convert a string to all upper or lower case?
please give me some tips for the placement in the TCS.
Why n++ execute faster than n+1 ?
Explain how are 16- and 32-bit numbers stored?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
I have a varargs function which accepts a float parameter?
Differentiate between ordinary variable and pointer in c.
Write a program to know whether the input number is an armstrong number.
What is dynamic memory allocation?
Can we assign string to char pointer?