|
|
|
C Tutorials
|
C String Compare
In this section, you will learn how to compare two strings. You can see in the given example, the program prompts the user to enter the two strings one by one.
View Rating |
|
|
C Tutorials
|
C String Copy
In this section, you will learn how to copy the string in C. You can see in the given example, two string variables st1 and st2 are created.
View Rating |
|
|
C Tutorials
|
C file rename
This section illustrates you to rename a file in C. You can see in the given example that we want to replace the name of the text file MYFILE.txt with HELLO.txt.
View Rating |
|
|