What is continue in c#?



What is continue in c#?..

Answer / Swati Gaur

'continue' keyword in C# is used within loops (for, while, foreach) to skip the current iteration and move on to the next one. It is often used in combination with 'break' to control loop flow.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What's c# ?

1 Answers  


What is the difference between integer and double?

1 Answers  


Why dataset is used in c#?

1 Answers  


Is as operator in c#?

1 Answers  


What is the difference between int16 and int32 in c#?

1 Answers  


What is the difference between a class and an object c#?

1 Answers  


How do I create a .exe file?

1 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

1 Answers   MCN Solutions,


What is the difference between asp net and c#?

1 Answers  


What is ENUM?

10 Answers   TCS, Wipro, YeshTech,


What is razor view in c#?

1 Answers  


In which format you can pass the value in the sleep function?

1 Answers  


Categories