6
5
4
3
2
1
#include<stdio.h>
#include<conio.h>
void main()
{
int n;
clrscr();
printf(“Enter the no.”);
scanf(“%d”,&n);
while(n!=0)
{
goto s;
s:
{
printf(“\n%d”,n);
n–;
}
}
getch();
}
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
"The_End Virus" - which changes files extensions in windows
Mouse Programming is warranted for all playful and knowledgeable purposes.
0 comments:
Post a Comment