how many header file is in C language ?
Answers were Sorted based on User's Feedback
Answer / ankit chaliyan
there are 27 type of header file in clanguage
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / archana shukla
it can have any number of header files. but it ha smore
than 8 header files. .... About 24 header file in a C
Language. ...
Is This Answer Correct ? | 2 Yes | 6 No |
Answer / purna chandra reddy
there are 256 header files are ther in c language
Is This Answer Correct ? | 8 Yes | 13 No |
Answer / sampath
In my point of you there are above 300 header files are
there.
Is This Answer Correct ? | 2 Yes | 12 No |
Answer / lohith
it can have any number of header files. but it ha smore
than 8 header files.
Is This Answer Correct ? | 59 Yes | 70 No |
There seem to be a few missing operators ..
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
how to convert an char array to decimal array
How can I recover the file name given an open stream or file descriptor?
what is a function method?give example?
When should a far pointer be used?
can anyone suggest some site name..where i can get some good data structure puzzles???
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is time complexity c?
main() { printf(5+"Vidyarthi Computers"); }
1. main() { printf("%d",printf("HelloSoft")); } Output?
when to use : in c program?