jituTechnology

jituTechnology

Latest Posts

Write the program to print following patterns 2

Programmed by : kiran shrestha Roll no. : 10121 Programmed on : 7th feb, 2011*/ #include <stdio.h> #include <conio.h> void main () {      int i,j,a=0;    for (j=1;j<=5;j++)      {            for (i=1;i<=5;i++)                 {                      if(j==i)                            printf (“%d\t”,a);                      else                            printf (“%d\t”,j);              } […]

read more

Write the program to print following patterns 1 using loops

/*program to print numbers in the following  using loops. Programmed by : kiran shrestha Roll no. : 10121 Programmed on : 7th feb, 2011*/ #include <stdio.h> #include <conio.h> void main () {      int i,j;         for (i=1;i<=5;i++)            {            for (j=1;j<=i;j++)            {                      printf (“%d\t”,i);         }            […]

read more

Write the program to print following patterns

/*program to print numbers in the following  using loops. Programmed by : kiran shrestha Roll no. : 10121 Programmed on : 7th feb, 2011*/ #include <stdio.h> #include <conio.h> void main () {      int i,j;         for (i=1;i<=5;i++)                 {                      for (j=1;j<=i;j++)                            {                                 if(j%i!=0)                                      printf (“%d\t”,0); […]

read more

Write a program to print the numbers in the following format using loops

/*program to print numbers in the following format using loops. Programmed by : kiran shrestha Roll no. : 10121 Programmed on : 7th feb, 2011*/ #include <stdio.h> #include <conio.h> main () {      int i,j;    int a=1;    for (i=1;i<=5;i++)      {            for (j=a;j<=a+2;j++)                 {                      printf (“%d\t”,j); […]

read more

Write a program to calculate the sum of cosine series

Write a program to calculate the sum of cosine series Programmed by : kiran shrestha roll no. : 10121 Programmed on : 6th feb,2011*/ #include <stdio.h> #include <conio.h> #include <math.h> void main () {   int i,j,n;   float sum=0,fact=1,x;   printf (“enter terms = “);   scanf (“%d”,&n);   printf (“enter the angle of […]

read more


Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2026
S M T W T F S
 1234
567891011
12131415161718
19202122232425
2627282930