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 collections and what is generics
What are Indexers in C#?
0 Answers SwanSoft Technologies,
Why do we need generics?
How does c# generics and c++ templates compare?
What do you mean by stack and heap in c#?
What are the steps to make an assembly to public?
What is the difference between Abstract and Interface?
22 Answers Agile Software, FER, HCL, Sys Universe,
What is yield c#?
what is accessspecifier and explation each with example?
What is static classes in c#?
What is array and arraylist?
please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?