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

How do you store a value in viewstate and retrieve them?

1057


Differentiate the session object and application object?

979


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

1035


What is slidemaster?

999


What is query string in asp.net?

1119


What is the request flow used for asp.net mvc framework? : asp.net mvc

1034


What is the difference between a candidate key and primary key?

1069


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

2147


What is a user session?

923


When you use Ajax controls in the ASP.NET application?

1078


How does a web application session work?

1134


Define what is razor? : asp.net mvc

1050


Explain the asp.net mvc folder conventions? : asp.net mvc

1038


Explain cookies with example.

1064


What is inheritance and an how it be used, example with an example?

1113