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

List the types of authentication supported by asp.net?

948


What is asp.net and its advantages?

993


In how many ways we can retrieve table records count?

1057


How tooltip is set through code-behind in ASP.NET?

1100


What is variable and constant in .net programming language?

820


What is a uri query?

1006


What are the events that happen when a client requests an asp.net page from iis server?

1023


What are the differences between the response.write() and response.output.write()?

1033


What is GAC in ASP.NET 2.0

1166


Explain difference between dataset and recordset?

1055


Differentiate between namespace and assembly.

968


What is comparevalidator?

977


Can you set the session out time manually?

891


List down the sequence of methods called during the page load.

929


How you will improve web application performance?

1048