Posts

Showing posts from August, 2020

My first post

This is my website . Welcome everybody to my new website. Here there are some necessary things of yours.

1*2*3...................n ধারার যোগফল নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h> main() {        int i, n, sum;      printf("Enter number: ");      scanf("%d", &n);      sum=1;      for(i=1; i<=n; i++)      sum = sum*i;      printf("Result is: %d", sum);      getch (); }

1²+2²+3²…………+n ধারার যোগফল নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h> main() {      int i, n, sum;      printf("Enter numbers: ");      scanf("%d", &n);      sum=0;      for(i=1; i<=n; i++)      sum = sum+i*i;      printf("The sum is: %d", sum);      getch (); }

2+4+6..............+n ধারার যোগফল নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h> main() {      int i, n, sum;      printf("Enter number: ");      scanf("%d", &n);      um=0;      for(i=2; i<=n; i=i+2)      sum = sum+i;      printf("The sum is: %d", sum);      getch();  }

1+3+5+......+n ধারার যোগফল নির্ণয়ের সি প্রোগ্রামিং

 #include<stdio.h>  #include<conio.h> main() {      int i, n, sum;      printf("Enter numbers: ");      scanf("%d", &n);      sum=0;      for(i=1; i<=n; i=i+2)      sum = sum+i;      printf("The sum is: %d", sum);      getch();  }

ফারেনহাইট তাপমাত্রাকে সেন্টিগ্রেড তাপমাত্রায় রূপান্তরের সি প্রোগ্রামিং

 #include<stdio.h>  #include<conio.h>   main()  {  float c, F;  printf("Enter Temperature:"); scanf("%f", &F);  c=5*(F-32)/9; printf("Result is: %.2f", c); getch();  }

সেন্টিগ্রেড তাপমাত্রাকে ফারেনহাইট তাপমাত্রায় রূপান্তরের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h>   main()  { float c, F;  printf("Enter Temperature of c:"); scanf("%f", &c); F=9*c/5+32;  printf("Result of Fahrenheit : %.2f", F);  getch();  }

ত্রিভুজের ক্ষেত্রফল (তিন বাহু) নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h>   main() {  int a, b, c, s, area; printf("Enter Values:"); scanf("%d %d %d", &a, &b, &c); s=(a+b+c)/2; area=sqrt(s*(s-a)*(s-b)*(s-c)); printf("Area is: %.2f", area); getch(); }

ত্রিভুজের ক্ষেত্রফল (বাহু ও উচ্চতা) নির্ণয়ের সি প্রোগ্রামিং

  #include<stdio.h>  #include<conio.h>   main()  {  int b, h, area;  printf("Enter Base and Height:"); scanf("%d" "%d", &b, &h);  area =1/2*b*h; printf("Area is: %.2f", area); getch();  }

বৃত্তের ক্ষেত্রফল নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h>  #include<conio.h>   main() { int r, area;  printf("Enter Radius:");  scanf("%d", &r);  area = 3.1416*r*r; printf("Area is: %.2f", area);  getch();  } 

কোন বছর অধিবর্ষ বা Leap Year কিনা তা নির্ণয়ের সি প্রোগ্রামিং

 #include<stdio.h> #include<conio.h>   Main () { Int   y;          printf (“Enter year :”); scanf (“%d ”, &y);          if (y%400==0)           printf(“The year is Leap Year”); else if ((y%4==0) && (y%100!=0))           printf(“The year is Leap Year”);          else          printf(“The year is Not Leap Year”);           getch () ; }

কোন সংখ্যা ধনাত্মক না ঋণাত্মক তা নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h> #include<conio.h>   Main () { Int   n;           p rintf (“Enter numbers :”); scanf (“%d ”, &n);           if (n>0)            printf(“The number is positive”); else            printf(“The   number is negative”);            getch () ; }  

কোন সংখ্যা জোড় না বিজোড় তা নির্ণয়ের সি প্রোগ্রামিং

#include<stdio.h> #include<conio.h>   Main () { Int   n;         p rintf (“Enter numbers :”); scanf (“%d ”, &n);          if (n%2==0)           printf(“The number is even”); else           printf(“The   number is odd”);           getch () ; }

তিনটি সংখ্যার মধ্যে ক্ষুদ্রতম সংখ্যা নির্ণয়য়ের সি প্রোগ্রামিং

#include<stdio.h> #include<conio.h>   Main () { Int a, b, c;         p rintf (“Enter numbers :”); scanf (“%d %d %d”, &a, &b, &c);   if ((a<b) && (a<c)           printf(“Smallest number is: %d” ,a);   else if ( (b<a) && (b<c) ) printf (“Smallest number is: %d” ,b);   else           printf(“Smallest number is: %d” ,c);            getch () ; }

তিনটি সংখ্যার মধ্যে বৃহত্তম সংখ্যা নির্ণয়য়ের সি প্রোগ্রামিং

 #include<stdio.h> #include<conio.h>   Main () { Int a, b, c;         p rintf (“Enter numbers :”); scanf (“%d %d %d”, &a, &b, &c);   if ((a>b) && (a>c)           printf(“Largest number is: %d” ,a);   else if ( (b>a) && (b>c) ) printf (“Largest number is: %d” ,b);   else           printf(“Largest number is: %d” ,c);            getch () ; }

দুইটি সংখ্যার গড় নির্ণয়য়ের সি প্রোগ্রামিং

 #include<stdio.h> #include<conio.h> main () {  int x, y, sum, Avg ; printf ("the value of x :"); scanf ("%d" , &x); printf ("the value of y :"); scanf ("%d" , &y); sum=x+y; Avg=sum/2; printf ("the average of two numbers is %d" , Avg); return 0; } 

দুইটি সংখ্যার যোগফল নির্ণয়য়ের সি প্রোগ্রামিং

 #include<stdio.h> #include<conio.h> main () {           int  a, b, sum ; printf  (''Enter the value of a:"); scanf  ("%d", &a); printf  (''Enter the value of b:"); scanf  ("%d", &b); sum= a+b; printf  ("The total is %d", sum); return 0; }