39) C PROGRAM TO USE A STRING FUNCTION:
EXPLANATION:-
EXPLANATION:-
- strlen():- find the length of the string
- strrev():- it is used to reverse the string
- strlwr():- it converts upper case into lower case
- strupr():- it converts lower case into upper case
- strcpy():- it copy the one string into another , which we want to add pass in second argument and in which want to add write that string in first argument
- strcmp():- it compare the two string,it return 0 if string is same else not
- strcat():- to concatenate the string,which is already shown in previous program
EXAMPLE:-
=======SHARE IF YOU LIKE=======
Comments
Post a Comment