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
i have a written test for microland please give me test pattern
Explain how can I prevent another program from modifying part of a file that I am modifying?
Why static variable is used in c?
What is wrong with this program statement? void = 10;
Can we initialize extern variable in c?
What are the difference between a free-standing and a hosted environment?
What is the use of typedef in c?
What is the purpose of macro in C language?
Is it better to bitshift a value than to multiply by 2?
what is the structure pointer?
What is pointer to pointer in c with example?
What is memory leak in c?
What is static memory allocation? Explain
What is indirection in c?
What is actual argument?