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
Where is c used?
Can you please explain the difference between malloc() and calloc() function?
Is javascript written in c?
What are the restrictions of a modulus operator?
What is an identifier?
why wipro wase
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
shorting algorithmS
Is it possible to pass an entire structure to functions?
What is nested structure?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is a string?
Write a program on swapping (100, 50)
How can you invoke another program from within a C program?
what is a function method?give example?