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
Is c is a low level language?
What is null character in c?
C language questions for civil engineering
Explain bit masking in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Is it possible to pass an entire structure to functions?
can u give me the good and very optimised code for a car racing game?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Can two or more operators such as and be combined in a single line of program code?
Why do we need a structure?
What does return 1 means in c?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?