Vidyalelo
R Programming · Q47

Control Structures in R Programming

Programming · R Programming · question 47

Q47

Point out the wrong statement?

A.
A formal argument can be a symbol, a statement of the form 'symbol = expression', or the special formal argument
Answer
B.
The first component of the function declaration is the keyword function
C.
The value returned by the call to function is not a function
D.
Functions are also often written when code must be shared with others or the public

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board