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
Explain void pointer?
What is #pragma statements?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is the heap in c?
What are global variables and explain how do you declare them?
What are pointers? What are stacks and queues?
How #define works?
Write a program to find factorial of a number using recursive function.
What does printf does?
Explain modulus operator. What are the restrictions of a modulus operator?
How can you pass an array to a function by value?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What are the disadvantages of c language?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
When should I declare a function?