0

Plz explain this code

#include<stdio.h> int main() { int i=2,j=3; while(j--) i*=i; printf("%d",i); return 0; }

1st May 2020, 8:47 PM
Kawser
Kawser - avatar
2 Antworten
+ 1
why loop is continue until j=0?
1st May 2020, 9:08 PM
Kawser
Kawser - avatar
+ 1
okk.thanks brother ❤
1st May 2020, 9:13 PM
Kawser
Kawser - avatar