Wednesday, 23 January 2019

What are the different types of statements supported in C#

What are the different types of statements supported in C#?

Answer:

C# supports several different kinds of statements are
Block statements, Declaration statements, Expression statements, Selection statements, Iteration statements, Jump statements, Try catch statements, Checked and unchecked
Lock statement.


No comments:

Post a Comment