Top

Discussion

String handling functions such as strcmp(), strcpy() etc can be used with enumerated types.

  • A.TRUE
  • B.FALSE
  • C.May Be
  • D.Can't Say

Answer: B

Enumerated types are not strings. Hence it is not possible to use string handling functions with enumerated data types.

No comment is present. Be the first to comment.
Loading…

Post your comment