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 statement c#?
Why do we need private constructor in c#?
What’s a strong name?
Which is faster hashtable or dictionary?
Does the system.exception class have any cool features?
From which base class do all Web Forms inherit from?
What is the use of inheritance in c#?
How do you pronounce c#?
Define property in c#.net?
How is the syntax written to inherit from a class in C#?Give an example ?
What are async and await?
In gridview in editmode if we want to display information in one combobox based on
How do I create a multi language, multi file assembly?
What is orm in c#?
what are the Disadvantages of vb