I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability.
- Write a C# program to accept a string from keyboard and print it
- Write a C# program to Separate the individual characters from a string
- Write a C# program to find the length of a string without using library function
- Write a C# program to count a total number of alphabets, digits and special characters in a string
- Write a C# program to print individual characters of the string in reverse order
- Write a C# program to copy one string to another string
- Write a C# program to count a total number of vowel or consonant in a string
- Write a C# program to find maximum occurring character in a string
- Write a C# program to read a string through the keyboard and sort it using bubble sort
- Write a C# program to sort a string array in ascending order
- Write a C# program to compare (less than, greater than, equal to ) two substrings
- Write a C# program to find the number of times a substring appears in the given string
- Write a C# program to check the username and password
- Write a C# program to read a sentence and replace lowercase characters by uppercase and vice-versa
- Write a C# program to check whether a given substring is present in the given string