what is sytax of strset( )
Answers
Answered by
0
Answer:
The strnset() function is a builtin function in C and it sets the first n characters of a string to a given character. If n is greater than the length of string, the length of string is used in place of n. Syntax: char *strnset(const char *str, char ch, int n);
pls thanks my answers and follow me
Similar questions