Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

C Tutorial Blogs

C stricmp() Function

C stricmp() Function

The stricmp() function is a non-standard, case-insensitive string comparison function in C.

author
Mari Selvan
C strdup() Function

C strdup() Function

The strdup() function is a standard library function in C that is used to create a duplicate copy of a string.

author
Mari Selvan
C strupr() Function

C strupr() Function

The strupr() function is used to convert a string to uppercase.

author
Mari Selvan
C strlwr() Function

C strlwr() Function

The strlwr() function to convert a string to lowercase.

author
Mari Selvan
C strrchr() Function

C strrchr() Function

The strrchr() function is a standard library function in C programming that is used to find the last occurrence of a specific character in a string.

author
Mari Selvan
C strstr() Function

C strstr() Function

The strstr() function is a standard library function in C programming that is used to find the first occurrence of a substring within a string.

author
Mari Selvan
C strtok() Function

C strtok() Function

The strtok() function is a standard library function in C programming that is used to tokenize a string into a sequence of tokens based on a set of delimiter characters.

author
Mari Selvan
C strpbrk() Function

C strpbrk() Function

The strpbrk() function is a standard library function in C programming that is used to search for the first occurrence of any character from a specified set of characters in a string.

author
Mari Selvan
C strchr() Function

C strchr() Function

The strchr() function is a standard library function in C programming that is used to search for the first occurrence of a specific character in a string.

author
Mari Selvan
C strspn() Function

C strspn() Function

The strspn() function is a standard library function in C programming that is used to find the length of the initial segment of a string that consists of only characters from a specified set of characters.

author
Mari Selvan
C strcspn() Function

C strcspn() Function

The strcspn() function is a standard library function in C programming that is used to find the length of the initial segment of a string that consists of characters not found in a specified set of characters.

author
Mari Selvan
C strncat() Function

C strncat() Function

The strncat() function is a standard library function in C programming that is used to concatenate (append) a specified number of characters from one string to another.

author
Mari Selvan
C strcmp() Function

C strcmp() Function

The strcmp() function is a standard library function in C programming that is used to compare two strings.

author
Mari Selvan
C strncmp() Function

C strncmp() Function

The strncmp() function is a standard library function in C programming that is used to compare a specified number of characters from two strings.

author
Mari Selvan
C strcat() Function

C strcat() Function

The strcat() function in C is used to concatenate (append) two strings. It stands for string concatenation.

author
Mari Selvan
C strncpy() Function

C strncpy() Function

The strncpy() function in C is used to copy a specified number of characters from one string to another.

author
Mari Selvan
C strcpy() Function

C strcpy() Function

The strcpy() function in C is used to copy the contents of one string to another.

author
Mari Selvan
We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy