Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / jitendra kumar arya
D)strod{}
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain main function in c?
What is difference between static and global variable in c?
How do I copy files?
Difference between pass by reference and pass by value?
Do pointers take up memory?
What is an array? What the different types of arrays in c?
What’s the special use of UNIONS?
Where are local variables stored in c?
What does 2n 4c mean?
How can I call fortran?
What are the advantages of c preprocessor?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is void main () in c?
What is restrict keyword in c?
How do I convert a string to all upper or lower case?