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

Answer Posted / pinkey

d)strod()

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us two differences between new () and malloc ()?

609


Is fortran faster than c?

572


How can you allocate arrays or structures bigger than 64K?

676


Why isnt any of this standardized in c?

629


What is queue in c?

572






What is c definition?

737


What is scope rule of function in c?

542


Explain how can I remove the trailing spaces from a string?

621


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

655


What is the use of structure padding in c?

558


Explain how do you use a pointer to a function?

636


how should functions be apportioned among source files?

623


What are different types of pointers?

559


Simplify the program segment if X = B then C ← true else C ← false

2577


write a program to print data of 5 five students with structures?

1602