InterviewSolution
Saved Bookmarks
| 1. |
How are the following passed to a function? (i)Composite type Data (ii) Primitive type data |
| Answer» DIFFERENCES Between Primitive Data TYPES and Composite Data Types. ... If two variables contain data that is primitive they compare by value. This means that if they both contain the same VALUES they are EQUAL. If two variables contain data that is composite they compare by reference.Explanation:it is the correct answer | |