#include<stdio.h>
int main()
{
int i = 10;
do
{
printf("Hello %d\n", i);
i = i - 1;
} while (i > 0);
return 0;
}
Hello 10
Hello 9
Hello 8
Hello 7
Hello 6
Hello 5
Hello 4
Hello 3
Hello 2
Hello 1
FREE JOB ALERT & ONLINE TUTORIALS
#include<stdio.h>
int main()
{
int i = 10;
do
{
printf("Hello %d\n", i);
i = i - 1;
} while (i > 0);
return 0;
}
Hello 10
Hello 9
Hello 8
Hello 7
Hello 6
Hello 5
Hello 4
Hello 3
Hello 2
Hello 1
About Anand Aithani
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware and Networking".
this website for helping all of you who want to grow with us ......
![]()
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware & Networking".
this website for helping all of you who want to grow with us ......
No comments:
Post a Comment