Match List-I with List-II
| List-I | List-II |
|---|---|
| (A) Alkalisation | (I) Low permeability |
| (B) Dispersed soil | (II) Increase in exchangeable sodium content |
| (C) CEC | (III) Degree of saturation |
| (D) ESP | (IV) Milliequivalents/100gm |
Choose the correct answer from the options given below
int funcp(){
static int x = 1;
x++;
return x;
}
int main(){
int x,y;
x = funcp();
y = funcp() + x;
printf("%d\n", (x+y));
return 0;
}
Let \(A\) be the adjacency matrix of the given graph with vertices \(\{1,2,3,4,5\}\). 
Let \(\lambda_1, \lambda_2, \lambda_3, \lambda_4, \lambda_5\) be the eigenvalues of \(A\) (not necessarily distinct). Find: \[ \lambda_1 + \lambda_2 + \lambda_3 + \lambda_4 + \lambda_5 \;=\; \_\_\_\_\_\_ . \]