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
Do you know what are the properties of union in c?
Write a program with dynamically allocation of variable.
how to sort two array of characters and make a new array of characters.
what is meant by the "equivalence of pointers and arrays" in C?
can we initialize all the members of union?
What is difference between array and structure in c?
What is table lookup in c?
What kind of structure is a house?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Explain the properties of union.
program to convert a integer to string in c language'
What are function pointers? Provide an example.