how many header file is in C language ?
Answer Posted / jaspreet singh
256 header files are available in c languarge
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is difference between array and structure in c?
Can you write the function prototype, definition and mention the other requirements.
What is array in C
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is size of union in c?
What is pragma in c?
State the difference between x3 and x[3].
how to find anagram without using string functions using only loops in c programming
what is the diffrenet bettwen HTTP and internet protocol
What is the equivalent code of the following statement in WHILE LOOP format?
What does 2n 4c mean?
What are the difference between a free-standing and a hosted environment?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is quick sort in c?
Which is best book for data structures in c?