Menu

[solved] – Question 74495

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

anyone tell the o/p ??

Expert Answer


OR


Leave a Reply

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