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 a partial class in c#?
Explain how is the dll hell problem solved in .net?
What is dataset and dataadapter in c#?
What is event and delegates in c#?
Why we use get set property in c#?
Does c# support #define for defining global constants?
What is difference between float and integer?
What is console based application?
Contrast System.String and System.Text.StringBuilder classes?
What is single dimensional array in c#?
Contrast between an interface and abstract class?
Is post back in c#?
Explain the difference between access specifier and access modifier in c#?
Why delegate is used in c#?
What is dbml file in c#?