Menu

[solved] – Question 70886

#include<stdio.h>
int main ()
{
int n;
for(n=7;n!=0;n–)
printf(“n= %d”,n–);
return 0;
}

Kindly explain it’s output…

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *