Distinguish between continue and break statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are virtual methods? How are they used?

3 Answers   TCS,


What do you understand by the terms datareader object and dataset object?

0 Answers  


How does split work in c#?

0 Answers  


What is variable in c#?

0 Answers  


How do you serialize an object?

0 Answers  






Difference between value and reference type. What are value types and reference types?

0 Answers  


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;

1 Answers   Verizon,


What is the extension of c# file?

0 Answers  


How many bytes is a long c#?

0 Answers  


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

0 Answers   Siebel,


What is a decimal in c#?

0 Answers  


What is the difference between continue and break statement?

0 Answers  


Categories