Buy Questpond's video subscriptions on
huge discount
.
Online: 1406
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
Which statement is used for continue looping?
Posted by
vishalneeraj-24503
on 11/3/2014 | Category:
.NET Framework Interview questions
| Views: 4217 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
break
Goto
continue
return
All Above
Continue is used for continue looping in For loop.
for(int i = 0;i < = 5; i++)
{
if(i == 2)
continue;
}
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How to continue in For Loop in VB.Net?
Next > :
What is an alternative of return in vb.net?
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What is an alternative of return in vb.net?
What keyword is also called as Jump statements?
Which keyword is used for Jump Statements?
How to remove indexes from Tables?
How to find the active SQL connections?
How can we identify Partial Class in C#?
What are the advantages of partial classes?
Which statement is correct about Partial Classes?
Latest Interview Questions
__________ and __________ introduced with C#4.0 as a new features?
What is the calling order of components when angular js application st ...
In C#, the keyword used to pass the arguments by reference is?
In C#, the keyword used to access the base class members from the deri ...
In C#, the following keyword used to allocate the for a class's in ...
In C#, the keyword used to create an object to a class or struct is?
In C#, the process of grouping the related methods and variables (memb ...
C# doesn't support one of the following features. Find that?
More ...