6. Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
Answer Posted / naresh lingampally
d) strrod()
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is fflush() function?
What is difference between stdio h and conio h?
How can I make sure that my program is the only one accessing a file?
How to throw some light on the b tree?
Are there namespaces in c?
What type is sizeof?
Is fortran faster than c?
What is 1d array in c?
Explain 'bit masking'?
In c language can we compile a program without main() function?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
a program that can input number of records and can view it again the record
What is a list in c?
Is python a c language?