totally how much header files r in c language
Answer Posted / uk
i think there are morethan 30 headerfiles in c
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is typedef?
Why is structure padding done in c?
Explain what is gets() function?
What is n in c?
What does c mean before a date?
Explain what is the advantage of a random access file?
what will be maximum number of comparisons when number of elements are given?
What is pointer & why it is used?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Tell us two differences between new () and malloc ()?
how can f be used for both float and double arguments in printf? Are not they different types?
What is a header file?
What are reserved words?
What are structure types in C?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?