c++: what is type compatibility and explain with its syntax program?
Answers
Answered by
0
Every type is compatible with itself. ... Both are set types with compatible base types. Both are packed-string types with the same number of characters. One is a string type and the other is a string, packed-string, or Char type. One type is Variant and the other is an integer, real, string, character, or Boolean type.
Similar questions