int main() {
f1();
f2(2);
f3();
return(0);
}
int f1() {
f1();
return(1);
}
int f2(int X) {
f3();
if (X==1)
return f1();
else
return (X * f2(X-1));
}
int f3() {
return(5);
}
Which one of the following options represents the activation tree corresponding to the main function?

A vector field \[ \mathbf{B}(x, y, z) = x \mathbf{\hat{i}} + y \mathbf{\hat{j}} - 2z \mathbf{\hat{k}} \] is defined over a conical region having height \(h = 2\), base radius \(r = 3\) and axis along z, as shown in the figure. The base of the cone lies in the x-y plane and is centered at the origin. If \(\mathbf{n}\) denotes the unit outward normal to the curved surface S of the cone, the value of the integral \[ \iint_S \mathbf{B} \cdot \mathbf{n} \, dS \] equals ................ (Answer in integer) 
The figure shows the plot of a function over the interval [-4, 4]. Which one of the options given CORRECTLY identifies the function? 
Consider the relationships among P, Q, R, S, and T:
• P is the brother of Q.
• S is the daughter of Q.
• T is the sister of S.
• R is the mother of Q.
The following statements are made based on the relationships given above.
(1) R is the grandmother of S.
(2) P is the uncle of S and T.
(3) R has only one son.
(4) Q has only one daughter.
Which one of the following options is correct?
Which of the following is the greatest? \[ 0.6, \ 0.666, \ \frac{5}{6}, \ \frac{2}{3} \]