Consider the following statements:
Which ONE of the following is CORRECT?
Consider the routing protocols given in List I and the names given in List II:

For matching of items in List I with those in List II, which ONE of the following options is CORRECT?
Consider the grammar $S \rightarrow aSa \mid bSb \mid a \mid b$. Which one of the following options correctly characterizes the language generated by the given grammar over the alphabet {a,b}
float foo(int n){
if(n <= 2) return 1;
else return (2*foo(n-1) + 3*foo(n-2));
}
If a concentrated load of 50 kN is applied at point C, then what will be the shear developed at point C? 