Math, asked by sparshikamahajan12, 5 months ago

What will be the time complexity of the following code snippet:
int main ()
{
int i = n;
while(i>0)
{
i=i-1;
i = 1/2;
}​

Answers

Answered by ranjotsinghcheema123
0

Answer:

GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG

Similar questions