What Will Be The Output Of The Following C Code Snippetp Pre #612
What will be the output of the following C# code snippet?</p> <pre><code class="language-csharp" line="1"> { delegate string F(string str); class sample { public static string fun(string a) { return a.Replace(',''-'); } } class Program { static void Main(string[] args) { F str1 = new F(sample.fun); string str = str1("Test Your c#.NET skills"); Console.WriteLine(str); } } } </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 snippet?
{ delegate string F(string str); class sample { public static string fun(string a) { return a.Replace(',''-'); } } class Program { static void Main(string[] args) { F str1 = new F(sample.fun); string str = str1("Test Your c#.NET skills"); Console.WriteLine(str); } } }
Test Your
Test-Your-C#.NET-Skills
ur C#.NET Skills
None of the mentioned