My first post - April 02, 2020 This is my website . Welcome everybody to my new website. Here there are some necessary things of yours. Get link Facebook Twitter Pinterest Email Other Apps
1*2*3...................n ধারার যোগফল নির্ণয়ের সি প্রোগ্রামিং - August 25, 2020 #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 (); } Get link Facebook Twitter Pinterest Email Other Apps Comments
Comments
Post a Comment