Saved Bookmarks
| 1. |
Point out the correct statement?(a) Empty vectors can be created with the vector() function(b) A sequence is represented as a vector but can contain objects of different classes(c) “raw” objects are commonly used directly in data analysis(d) The value NaN represents undefined value |
|
Answer» Right answer is (a) Empty vectors can be created with the vector() function Explanation: A vector can only contain objects of the same class. |
|