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
Explain Basic concepts of C language?
explain how do you use macro?
program for reversing a selected line word by word when multiple lines are given without using strrev
Can you assign a different address to an array tag?
What is pointer and structure in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is the use of in c?
What is the difference between arrays and pointers?
Explain how can you tell whether two strings are the same?
Why c is called procedure oriented language?
What is static identifier?
What are keywords in c with examples?
What is this infamous null pointer, anyway?
I came across some code that puts a (void) cast before each call to printf. Why?