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...


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 output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Explain how do you search data in a data file using random access method?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


How do you initialize pointer variables?

0 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


How can I get random integers in a certain range?

0 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


How can I pad a string to a known length?

0 Answers  


How can I access an I o board directly?

0 Answers  


How can type-insensitive macros be created?

0 Answers  


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Categories