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



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

Answer / jitendra kumar arya

D)strod{}

Is This Answer Correct ?    15 Yes 1 No

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

Answer / pinkey

d)strod()

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More C Interview Questions

What is difference between %d and %i in c?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


What is an arrays?

0 Answers  


what is the difference between postfix and prefix unary increment operators?

3 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  






What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


What is string length in c?

0 Answers  


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  


What are local static variables?

0 Answers  


Are there namespaces in c?

0 Answers  


my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


what is a stack

3 Answers  


Categories