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 a nested formula?
What is null pointer in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are run-time errors?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are pointers really good for, anyway?
What are the back slash character constants or escape sequence charactersavailable in c?
What is auto keyword in c?
Why main is not a keyword in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the best style for code layout in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Explain how do you determine the length of a string value that was stored in a variable?
Why void main is used in c?
Write a program to know whether the input number is an armstrong number.