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;
What is unmannaged code and will CLR handle this kind of code or not .
What is difference between value and reference types?
Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.
What is an escape sequence? Name some string escape sequences in c#.
What do multicast delegates mean?
Explain About .NET Remoting and types of remoting
Why we use extension method in c#?
What does the parsefloat function do?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is a function c#?
What are boxing and unboxing?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)