You cannot use string in either switch or case .
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.
No you can’t . The case labels of a switch need to be compile time evaluable constant expressions with an integral type.