Knowledge in Pattern

C Program

#include<stdio.h> int main() {  int i,j;  for(i=1;i<=5;i++) {  for(j=1;j<=i;j++) {  printf("%d\t",j); } printf("\n"); } return 0; }

C program

pattern program

Program to print the given pattern in the clip.

The given pattern in the clip is printed using the given code.

Pattern Programming

These are the various patterns using for loop.