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

Why is c called a structured programming language?

677


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

689


What are the types of arrays in c?

622


What is an lvalue?

636


i got 75% in all semester am i eligible for your company

1737






What is the heap?

685


What is the difference between struct and typedef struct in c?

657


How variables are declared in c?

571


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

981


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

762


How do you generate random numbers in C?

658


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

589


What are local static variables?

619


Is main a keyword in c?

632


What is the time and space complexities of merge sort and when is it preferred over quick sort?

676