6. Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()

Answers were Sorted based on User's Feedback



6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod..

Answer / vishnu948923

d, strod is not avaliable

Is This Answer Correct ?    10 Yes 0 No

6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod..

Answer / naresh lingampally

d) strrod()

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

Do you know what are the properties of union in c?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


can we initialize all the members of union?

2 Answers  


What is difference between array and structure in c?

0 Answers  


What is table lookup in c?

0 Answers  


What kind of structure is a house?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


Explain the properties of union.

0 Answers  


program to convert a integer to string in c language'

0 Answers  


What are function pointers? Provide an example.

1 Answers  


Categories