Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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;

Answer Posted / nilesh

printfn "%A" [ 1 .. 5 ];;

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a singleton unity?

1041


What is the use of console application in c#?

965


What are the access modifiers in c#?

989


What is ControlBox Propertie

1057


Difference between StackPanel and RelativePanel ?

1069


Are all methods virtual in c#?

992


What is difference between iqueryable and ienumerable in c#?

919


What is difference between constants and read-only?

1033


Explain the OOPS concept in C#?

1022


What are Types of assemblies that can be created in dotnet

1079


What is oledb in c#?

992


What is difference between static and constant variable?

1036


Is friend a constructor?

968


What is hashtable c#?

932


How many types of delegates are there in c#?

1029