Distinguish between continue and break statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are virtual methods? How are they used?
What do you understand by the terms datareader object and dataset object?
How does split work in c#?
What is variable in c#?
How do you serialize an object?
Difference between value and reference type. What are value types and reference types?
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 the extension of c# file?
How many bytes is a long c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is a decimal in c#?
What is the difference between continue and break statement?