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 is the similarities between. system call and library function?

1 Answers   Wipro,


Meaning of () in c

1 Answers  


Is c still used in 2019?

1 Answers  


is assignment operator is arithmatic or not

3 Answers   Infosys,


Is main an identifier in c?

0 Answers  






What is bin sh c?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


What is define directive?

0 Answers  


Categories