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
How can you determine the maximum value that a numeric variable can hold?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Who is the main contributor in designing the c language after dennis ritchie?
What does dm mean sexually?
How can I sort a linked list?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is %d called in c?
Explain what is the difference between functions getch() and getche()?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...