how to return morethan one value using out parameter in c#.net ;
For Example : public int show(out int []a)
{
int []a={1,2,3,4,5};
return a[];
}
we have to print all the values without using the
Console.WriteLine statement;
What is parameters in c#?
What does args mean in c#?
What is the use of 0 in c#?
Is void a class?
1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates
Difference between direct type casting and using "as" keyword?
Is constructor a static method?
Explain ACID rule of thumb for transactions.
What is the base class for array types?
What is hashtable in c# with example?
What are sorted lists?
What is a constructor in c#?