What are the different types of conditional statements supported by C#?
Answers
Answered by
2
There are following types of conditional statements in C. If statement. If-Else statement. Nested If-else statement. If-Else If ladder. Switch statement.
Similar questions