To use string library function. we include stringh.h header file in our program?
Answers
Answered by
1
Explanation:
The function prototypes in C are not compulsory. They're useful indications to the compiler so that it can do type checking on types which are passed into them. When you don't include string. h , a default signature is assumed for the function which is why you get the warning.
Similar questions