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 dto c#?
What is static and use of it?
Why objects are stored in heap in c#?
What is mvc pattern in c#?
What is file extension of webservices?
What is predicate c#?
What is use of private class in c#?
what is full assembly reference
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is the do while loop code?
How objects are stored in memory?
What is private virtual in C#?
what is a enumeration in c#
Which string method is used for concatenation of two strings in c#?
Explain circular reference in c#?