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 difference between string and stringbuffer in c#?
Is and as in c#?
Can I use parseint?
What is typeof c#?
What is deferred execution in c#?
What is the difference between console application and windows application?
What are "class access modifiers" in C#?
what is object-oriented programming (oop) language?
What is boxing and unboxing in c#?
What is the difference between new and override in c#?
Where do we set the min and max pool size for connection pooling?
Differentiate between static class and singleton instance?
How can I check the type of an object at runtime?
What is a linq in c#?
What are native functions?