English, asked by jesusmaadhu, 3 months ago

Write any two syntax for string functions.​

Answers

Answered by syedmaviya558
4

Answer:

String functions are used in computer programming languages to manipulate a string or query information about a string (some do both). Most programming languages that have a string datatype will have some string functions although there may be other low-level ways within each language to handle strings directly.

Answered by sunitachoudhary70
2

Answer:

Syntax : int strncmp(const char *str1, const char *str2, size_t count); Parameters: str1 and str2: C string to be compared. count: Maximum number of characters to compare. ... If the length of src is less than n, strncpy() writes additional NULL character to dest to ensure that a total of n character are written

Explanation:

hope it is helpful,please mark as brainlist..

Similar questions