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 can u sort strings in array where strings are passed to
method as arguments.

Answer Posted / yasodha

in c#.net

using system;
namespace new;
public class sorting
{
string [] str= new string[25];
public string ssort(params string []str)
{
array.sort(str);
foreach(string i in str)
{
console.writeline("The sort string is:{0}",i);
}
}
public class mainsort
{
sorting st=new sorting();
st.ssort("viji","anu","priya","baskar");
console.readline();
}

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by aggregate dependency?

1087


Explain the difference between dataset and datareader.

1006


What is the significance of attaching a profile while creating a user?

1034


How to disable disable browser's Back button in asp.net (JavaScript)?

1129


Describe the events in the life cycle of a web application.

1081


What is asp.net ajax?

994


What is true about application service provider?

914


To display data in a Repeater control which template you provide?

1036


What is the file through which you can customize your asp.net application?

1096


What are sharepoint pages?

902


What is difference between session and application in asp net?

1012


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

21020


What does asp stand for in asp.net?

975


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

1088


Describe state management in asp.net?

1049