Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / pinkey
d)strod()
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How is a null pointer different from a dangling pointer?
List some of the static data structures in C?
What is const volatile variable in c?
Explain why C language is procedural?
how to construct a simulator keeping the logical boolean gates in c
How to delete a node from linked list w/o using collectons?
What is volatile variable in c with example?
What is hashing in c?
Does c have function or method?
Explain the difference between strcpy() and memcpy() function?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the purpose of void pointer?
What is the heap?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What are the primitive data types in c?