totally how much header files r in c language
Answer Posted / ankith.v
We Are having so many header files
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Why doesnt that code work?
How do I get an accurate error status return from system on ms-dos?
What is the method to save data in stack data structure type?
What is #line in c?
Write a program which returns the first non repetitive character in the string?
Explain how do you convert strings to numbers in c?
What is c mainly used for?
can we change the default calling convention in c if yes than how.........?
Why isn't it being handled properly?
Is sizeof a keyword in c?
what is bit rate & baud rate? plz give wave forms
What is the advantage of an array over individual variables?
How are structure passing and returning implemented?
What is masking?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }