Can we use string in switch case in C++?

You cannot use string in either switch or case .

Sizin İçin Seçtik  How do I download the JDK 8?

Leave a Reply

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

Can we use string in switch case in C?

No you can’t . The case labels of a switch need to be compile time evaluable constant expressions with an integral type.

Sizin İçin Seçtik  What is view controller model?

Leave a Reply

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