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 difference between single charater constant and string constant?
what are # pragma staments?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the difference between memcpy and memmove?
What are the types of c language?
What is the difference between printf and scanf in c?
What is calloc in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the difference between c &c++?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the value of uninitialized variable in c?
Which is better oop or procedural?
Define Spanning-Tree Protocol (STP)
how to execute a program using if else condition and the output should enter number and the number is odd only...
How do you print only part of a string?