Do loops in c#?



Do loops in c#?..

Answer / Amit Francis

C# supports both for and while loops. The for loop is used for iteration, and the while loop continues execution as long as a specified condition is true.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

In .Net, what is an assembly? Also explain the type of assembly.

1 Answers   Accenture,


1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism

4 Answers   HCL, IBM, L&T,


What is cookies c#?

1 Answers  


Can you mark static constructor with access modifiers?

1 Answers  


How do you restrict the type which can be used in custom generic?

1 Answers   IBM,


What is the wildcard character in sql?

1 Answers  


What operator means?

1 Answers  


What are actions in c#?

1 Answers  


Please explain the basic string operations used in c#?

1 Answers  


what is the scope of anonymous type ?

1 Answers   Wipro,


Can we make a class private in c#?

1 Answers  


Why do we need to serialize data?

1 Answers  


Categories