Which is the complexity of the following code? sum=0; for(i=1; i<=n; i*=2) for(j=1; j<=n; j++) sum++; Which of the following is not a valid string? Correct […]
The set of attributes X will be fully functionally dependent on the set of attributes Y if the following conditions are satisfied. Correct Answer: C Question […]