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
What is c sharp used for?
What is continue in c#?
How do you comment in c#?
What is dll file in c#?
How do namespaces work?
Is it possible to have a static indexer in c#?
What is application object in c#?
What is the difference between paramaterized constructor and copy constructor?
What is use of FormBoarderStyle Propertie
What is msil, and why should developers need an appreciation of it if at all?
What are the different types of literals in c#?
What is the use of flag in c#?
What is lazy loading and eager loading in c#?
Is c# pass by value?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to