What would be the output of the following statement? int x=30;int y=5;while(x!=0){ if(x%y==0) printf(n Value of x=%d,x); x=x-10;}
Reveal answer
Fill a bubble to check yourself
What would be the output of the following statement? int x=30;int y=5;while(x!=0){ if(x%y==0) printf(n Value of x=%d,x); x=x-10;}