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

what are the interview question's in the language c

2 Answers   Nipuna,


read an array and search an element

1 Answers  


What is the general form of a C program?

0 Answers  


What is the function of multilevel pointer in c?

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,






Explain what is the difference between far and near ?

0 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Can a function argument have default value?

0 Answers   Genpact,


what do you mean by defining a variable in our c code?

2 Answers  


What is structure in c explain with example?

0 Answers  


what is the size of an integer variable?

4 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Categories