write a Program to copy the string using switch case.
Code for Working with Files under a Directory?
How to Create Files by Using the FileInfo Class?
working with arrays
Code for Reading and writing from a file in c#?
. Write a program to print the following outputs using for loops $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
Write a program which has a function and that function should take 2 or 3 or any number of strings and it should return the largest common prefix of all those strings. If there is no common prefix it should return an empty string. for eg:- INPUT OUTPUT glo {glory,glorious,glod} gl {glad,glow} {calendar,phone} empty string
Write a program to input an integer and - display the reverse - display the sum of each digit - should include logic that considers the input number as any number of digits long
program for straight line(y=mx+c)
Code for Reading and writing from a file?
How to pass multiple rows from one gridview to another gridview after clicking the checkbox.
Coding for Manipulate XML File Data Using C#?
Can you declare an array of mixed Types?