InterviewSolution
Saved Bookmarks
| 1. |
The line of code in R language should begin with a ________________(a) Hash symbol(b) Alphabet(c) Number(d) CharacterThis question was addressed to me in an interview for job.My enquiry is from Functions in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» RIGHT answer is (a) HASH symbol Explanation: The LINE of code in R LANGUAGE should begin with a hash symbol (#). R has a large number of in-built functions and also the USER can create their own functions. |
|