Powered by Blogger.

Print Number Pattern in C



Print Number Patten in C

Hello friends here we Print Number Pattern in C. It is same like Star Pattern in C need for loop concept, print space on screen and new line(\n).

Print below Pattern


0987
 654
  32
   1

#include<stdio.h>
#include<conio.h>
void main()
{
  int num = 10;
  int i,j;
  for (i = 4; i > 0; i--)
  {
  for (j = 0; j < i; j++)
  {
  printf("%d", num % 10);
 num--;
 }
  printf("\n");
  }
getch();
}




facebook
google-plus
twitter
pinterest

No comments :

Post a Comment

HTML Tutorial

images

About Sitesbay

This blog is related to Java Tutorial, C++ Tutorial, C Tutorial, Online Earning tips and more in very simple and easy way. Here i will try to give complete idea related to all new technology.

Java Tutorial

Java is Object oriented programming language, It is more secure and high performance language.

C++ Tutorial

C++ is also Object oriented programming language, It is more simple and easy to learn.

 
https://sitesbay.blogspot.com/?utm_medium=d2898efa59afcc0bc411921036e22b767ca37b09