How does bubble sort work?


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

Post New Answer

More C Sharp Interview Questions

i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What happens if you add duplicate elements to a set?

0 Answers  


How do I declare inout arguments in c#?

0 Answers  


What is array formula?

0 Answers  


Why is it called c sharp?

0 Answers  






What?s the difference between an interface and abstract class?

2 Answers   Patni,


What is the difference between read and readline in c#?

0 Answers  


A->B->C (EXTENDS) How the constructors are called when we created an object of C

3 Answers   Karur Vysya Bank KVB,


What is the difference between delegates and superdelegates?

0 Answers  


Why generics are used?

0 Answers  


What is gui in c#?

0 Answers  


Is std :: string null terminated?

0 Answers  


Categories