Computer Science, asked by gautham136, 6 months ago

To use string library function. we include stringh.h header file in our program?

Answers

Answered by Anonymous
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
Math, 3 months ago