totally how much header files r in c language
Answers were Sorted based on User's Feedback
Answer / rakamal
According to ISO C99 standard totally 24 header files are
available
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / mod
there r 24 header files in iso standerd of c language
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / hari
two header files uaing the c language.but header files
keep the funcation declearcation saparte from function
dafanation
very large of appplication.& want to break into different
parts,this parts are into diff library called header files
| Is This Answer Correct ? | 2 Yes | 4 No |
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
regarding pointers concept
what is the difference b/w compiler and debugger?
What is the use of a static variable in c?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
what is an ERP?
write a program of bubble sort using pointer?
what is the defrenece between structure and union
Is it cc or c in a letter?
The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.
Write a program to find the smallest and largest element in a given array in c language
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
The statement, int(*x[]) () what does in indicate?