What is an array? Give the syntax for a single and multi-dimensional array?


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

Post New Answer

More C Sharp Interview Questions

Does c# support parameterized properties?

0 Answers  


C# called c sharp why?

0 Answers  


How many types of variables are there in c#?

0 Answers  


What is the use of protected in c#?

0 Answers  


What is Delegate and what is it used for ?

0 Answers   NA,






What is parallel foreach c#?

0 Answers  


Define sealed classes in c#?

0 Answers  


i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .

1 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Which is faster hashtable or dictionary?

0 Answers  


What are the Types of optimization and name a few and how do u do?

0 Answers   BirlaSoft,


Why do we use polymorphism in c#?

0 Answers  


Categories