What Will Be The Output Of The Following C Codep Pre Langcsharp #615
What will be the output of the following C# code?</p> <pre><code class="language-csharp" line="1"> { delegate string f(string str); class sample { public static string fun(string a) { return a.Replace('k', 'o'); } } class Program { static void Main(string[] args) { f str1 = new f(sample.fun); string str = str1("Test Ykur C#.NET Skills"); Console.WriteLine(str); Console.ReadLine(); } } } </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Delegates in Detail - Quiz No.1.
What will be the output of the following C# code?
{ delegate string f(string str); class sample { public static string fun(string a) { return a.Replace('k', 'o'); } } class Program { static void Main(string[] args) { f str1 = new f(sample.fun); string str = str1("Test Ykur C#.NET Skills"); Console.WriteLine(str); Console.ReadLine(); } } }
Test Ykur C#.NET Skills
Test Ykour C#.NET Skills
Test Your C#.NET Skills
Test ur C#.NET Skills