Computer Science, asked by animesh9743, 1 year ago

Program for find the complexity of the while and do while

Answers

Answered by oslearner
0

While Loop :

#include<stdio.h>

main()

{

int n[2] = 2;

while ( n<0)

{

do ()

{

n--

}

}

}

Similar questions