String library functions in C
The string library functions strlen, strcat, strcpy, strcmp, strstr, strtok can be used for string operations in C.
0 Comments
January 25, 2024
The string library functions strlen, strcat, strcpy, strcmp, strstr, strtok can be used for string operations in C.
A string can be either variable or constant. A variable string can be modified in the program whereas a constant string cannot be changed.
The Gregorian calendar was adopted in 1582. A C Program to find the day of the week for a given date as per Gregorian calendar is explained.