Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is immutable in C#?


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

Post New Answer

More C Sharp Interview Questions

Why static variables are used?

0 Answers  


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


Why do we use abstraction in c#?

0 Answers  


What does the parameter Initial Catalog define inside Connection String?

5 Answers  


Which program construct must return a value?

0 Answers   3i Infotech,


Explain about accessibility modifier 'protected internal'?

0 Answers  


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 does return do in unity?

0 Answers  


What is trim in c#?

0 Answers  


Explain About sn.exe

0 Answers  


what is namespace?

6 Answers  


Differentiate between response.expires and response.expiresabsolute?

0 Answers  


Categories