string yazi = "csharp kitabı"; for (int i = yazi.Length-1; i >= 0; i--) { Console.Write(yazi[i]); } Console.ReadKey();