Vidyalelo
R Programming · Q133

Control Structures in R Programming

Programming · R Programming · question 133

Q133

The syntax of the for loop is?

A.
for ( $name in vector )
statement1
B.
for loop( name in vector )
statement1
C.
for ( name in vector )
statement1
Answer
D.
forif loop( name in vector )
statement1

Answer: Option C

Solution

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