Computer Science, asked by HUSSAINGHULAM2464, 10 months ago

What are the different types of conditional statements supported by C#?

Answers

Answered by aditya5424
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