Is string mutable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


How long does it take to get a loop recorder put in?

0 Answers  


Can struct have constructor c#?

0 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


What's the difference between an integer and int?

0 Answers  






Is int a struct in c#?

0 Answers  


What is or operator in c#?

0 Answers  


What are the desktop applications?

0 Answers  


What is Delay Signing?

1 Answers   ACS,


what is garbage collection?

8 Answers   Protech,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What is c# windows form application?

0 Answers  


Categories