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
How do you define CONSTANT in C?
Apart from dennis ritchie who the other person who contributed in design of c language.
How can I get the current date or time of day in a c program?
What are pragmas and what are they good for?
Explain what is output redirection?
How would you obtain the current time and difference between two times?
Discuss the function of conditional operator, size of operator and comma operator with examples.
How are Structure passing and returning implemented by the complier?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is time complexity c?
Explain how do you list a file’s date and time?
What is the difference between text and binary i/o?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is quick sort in c?
Explain what is a program flowchart and explain how does it help in writing a program?