MCQ
Q.
Time complexity of given algorithm
Algorithm Display (A)
{
For I:=0 to n-1
{
For J:=0 to n-1 { Write A; }
}
}
Correct Answer: C
None.