Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / jitendra kumar arya
D)strod{}
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Can we compile a program without main() function?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is a header file?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What do you mean by invalid pointer arithmetic?
Why does everyone say not to use scanf? What should I use instead?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the use of pointers in C?
How can I find out how much free space is available on disk?
How can I handle floating-point exceptions gracefully?
What are volatile variables in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is difference between structure and union in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?