Answer Posted / manav kothari
You just need to include appropriate header files to use these functions. These are already declared and defined in C ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure pointer in c?
Explain what are bus errors, memory faults, and core dumps?
How can you determine the size of an allocated portion of memory?
How would you rename a function in C?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are linked lists in c?
What is the return type of sizeof?
What is the use of clrscr?
What is the use of a ‘ ’ character?
What is the difference between array and structure in c?
When should volatile modifier be used?
Are the variables argc and argv are always local to main?
What do you mean by keywords in c?
what are # pragma staments?
How can I get the current date or time of day in a c program?