Can switch statements use strings in C?

The switch statement is a multiway branch statement. It provides an easy way to forward execution to different parts of code based on the value of the expression. String is the only non-integer type which can be used in switch statement .

Sizin İçin Seçtik  Can you switch on an enum C++?

Leave a Reply

Your email address will not be published. Required fields are marked *