Science, asked by madhanvarsini, 7 months ago

what is sytax of strset( )​

Answers

Answered by himanisharma2292004
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