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 partial assembly reference
Why ienumerable is used in c#?
What is private variable?
How can I access the registry from c# code?
What is class method c#?
What does console readkey do in c#?
what is a enumeration in c#
What is public, private, protected, internal and internal protected?
What are generic types?
Explanation on Generic?
Can list contain duplicates c#?
Can a loop recorder detect a heart attack?
What are the variables in c#?
What can you do as a .net developer?
What is datareader c#?