6. Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / naresh lingampally
d) strrod()
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the default value of local and global variables in c?
What is the use of define in c?
What is the difference between malloc() and calloc()?
What is wrong in this statement?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
application attempts to perform an operation?
What is strcpy() function?
What are the header files used in c language?
What does 3 mean in texting?
Where is volatile variable stored?
What is difference between main and void main?
Are there any problems with performing mathematical operations on different variable types?
What do you mean by dynamic memory allocation in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Who is the main contributor in designing the c language after dennis ritchie?