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...


Write an expression which satisfies the following statements:
(i) Creates an object of type q
(ii) If m is null, returns n, otherwise returns m
(iii) If x and y are string types, it concatenates x and y



Write an expression which satisfies the following statements: (i) Creates an object of type q (i..

Answer / sam

1)q objQ = new q();
2)string result = m??n;
3) if((typeof(string) == x.GetType()) && (typeof(string) == y.GetType() )
{
String.Concat(x,y);
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

List the different stages of a thread?

0 Answers  


How do I create multifile assembly?

0 Answers  


Does c# support const methods, properties, or events?

0 Answers  


What is a data set in c#?

0 Answers  


Is dictionary a collection?

0 Answers  


What is private and shared assembly?

0 Answers  


What are the different approaches of passing parameters to a method?

0 Answers  


What is native image generator (ngen.exe)?

0 Answers  


What do you mean by saying a "struct is a value type"?

0 Answers  


What connections does Microsoft SQL Server support?

3 Answers  


What is iqueryable in linq?

0 Answers  


What is #region in c#?

0 Answers  


Categories