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 it fine to write void main () or main () in c?
What are types of preprocessor in c?
What is the difference between text files and binary files?
Tell me when would you use a pointer to a function?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
Can you please explain the difference between exit() and _exit() function?
What are different types of pointers?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What 'lex' does?
why do we use pointer instead directly acessing the data?
What is use of pointer?
Why c is called procedure oriented language?