Consider the program segment below int i,j,k; for(i=1;i<=n2;++i) for(j=1;j<=n3;++j) for(k=1;k<=n4;++k) printf("∗"); The number of times that '*' get printed is
The value of is
(A) 0 (B) –1 (C) 1 (D) 3