Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is work of continue statement in C#?

Answer Posted / prem

void main(){
int i;
for(i=1;i<10;i++)
{

console.write("prem");
continue;
c.w("hi");
}
}
It will print prem 9 times not print hi.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between string and stringbuffer in c#?

1009


Is and as in c#?

1047


Can I use parseint?

950


What is typeof c#?

1001


What is deferred execution in c#?

988


What is the difference between console application and windows application?

1069


What are "class access modifiers" in C#?

1013


what is object-oriented programming (oop) language?

920


What is boxing and unboxing in c#?

895


What is the difference between new and override in c#?

1048


Where do we set the min and max pool size for connection pooling?

1017


Differentiate between static class and singleton instance?

1059


How can I check the type of an object at runtime?

1007


What is a linq in c#?

927


What are native functions?

920