Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / jitendra kumar arya
D)strod{}
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
I heard that you have to include stdio.h before calling printf. Why?
What is the meaning of c in c language?
What is the difference between malloc calloc and realloc in c?
What is the size of a union variable?
What functions are used in dynamic memory allocation in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the explanation for the dangling pointer in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why flag is used in c?
Is null always defined as 0(zero)?
Which function in C can be used to append a string to another string?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is hashing in c language?
What is the purpose of the statement: strcat (S2, S1)?