Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is struct oop?

0 Answers  


write a program to remove duplicate from an ordered char array? in c

2 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Why is c so important?

0 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


What is the mean of function?

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


What is external variable in c?

0 Answers  


How do you determine a file’s attributes?

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Write a program to swap two numbers without using third variable in c?

0 Answers  


Categories