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
What is the difference between array and linked list in c?
how to set Nth bit of a variable?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
Explain the difference between the local variable and global variable in c?
What is function what are the types of function?
What is the use of header?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is fflush() function?
What is NULL pointer?
totally how much header files r in c language
two variables are added answer is stored on not for third variable how it is possible?