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
What is wrong with this code?
What is a list in c?
What is c programing language?
What is difference between scanf and gets?
How does placing some code lines between the comment symbol help in debugging the code?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How can I do serial ("comm") port I/O?
Write a program to print ASCII code for a given digit.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
write a program to print data of 5 five students with structures?
explain how do you use macro?
Is sizeof a keyword in c?
write a c program to find the sum of five entered numbers using an array named number
How many parameters should a function have?
What is #error and use of it?