

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following extracts first element from the following R vector? |
A. | x[10] |
B. | x[1] |
C. | x[0] |
D. | x[2] View Answer |
Answer» C. x[0] | |