String handling functions such as strcmp(), strcpy() etc can be used with enumerated types.
Answer: B
Enumerated types are not strings. Hence it is not possible to use string handling functions with enumerated data types.