Is collection a data structure?


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

Post New Answer

More C Sharp Interview Questions

How can we insert 100 records @ a time without using for loop into the databse

10 Answers   IBM,


can any one send the project manager questions in .net

1 Answers  


Why delegates are type safe?

0 Answers  


what is Diff Gram

2 Answers   HCL, Nippon,


What is the use of regex in c#?

0 Answers  






How big is an int in c#?

0 Answers  


Write a syntax for writing a event delegate.

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Can scriptable objects have methods?

0 Answers  


what is reference parameter? what is out parameters? what is difference these two?

9 Answers   Bally Technologies, SPIC, Wipro,


What is the process of Serialization?

0 Answers  


What is marker interface?

1 Answers   TCS,


Categories