Easy HSC ICT Solution

Easy HSC ICT Solution

Share

To share information related to HSC ICT

16/07/2025

দুটি সংখ্যার গ.সা.গু এবং ল.সা.গু নির্ণয়
//GCD of two numbers

main()
{
int a, b, x, i;
printf("Enter a, b=");
scanf("%d%d",&a,&b);
if(ab)
x=a;
else
x=b;
for(i=x; ;i++)
{
if(i%a==0&&i%b==0)
break;
}
printf("LCM=%d", i);
}
:
Enter a, b=20 15
LCM=60

24/02/2025

for definition list




Mango
Seasonal Fruit


Green
Red


Jackfruit
National Fruit


Green
Yellow




24/02/2025

for Table




HSC result

Result


Compulsory
Bangla
English
ICT


50
60
70


Group
Accounting
Finance
Economics


80
65
75



Total marks
400




Output:

14/01/2025

//তিনটি সংখ্যার গ.সা.গু নির্ণয়

main()
{
int a, b, c, gcd, x;
printf("Enter a,b,c :");
scanf("%d%d%d",&a,&b,&c);
if(a

27/12/2024

//sum of even & odd number (1+4+7+...+50)

main()
{
int i=1, even=0, odd=0;
for(i=1; i

12/11/2024

//তিনটি সংখ্যার গ.সা.গু নির্ণয়

main()
{
int a, b, c, i, gcd, x;
printf("Enter a,b,c :");
scanf("%d%d%d",&a,&b,&c);
if(a

28/09/2024

ভগ্নাংশের ধারার যোগফল নির্ণয়ের সি প্রোগ্রাম।
//Sum of 1+1/2+1/4+1/8+...+1/n

main()
{
float a=1, s=0;
int n;
printf("Enter last term, n=");
scanf("%d",&n);
for(a=1;a

23/09/2024

যেকোনো n সংখ্যক সংখ্যার মধ্যে বড় সংখ্যা নির্ণয়ের সি প্রোগ্রাম।

main()
{
int n, x, max=0, a;
printf("Enter number of term=");
scanf("%d",&n);
for(a=1;amax)
max=x;
}
printf("\nmax=%d",max);
}

Output:
Enter number of term=5
23
54
19
35
9
max=54

19/09/2024

#1+2+4+7+..... ধারাটির n সংখ্যক পদের যোগফল নির্ণয় এবং সিরিজ প্রদর্শনের সি প্রোগ্রাম লিখ(do..while loop)।

main()
{
int a, i, s, t, n;
a=i=t=1, s=0, n;
printf("Enter number of term=");
scanf("%d",&n);
do
{
printf("%d\t",a);
s=s+a;
a=a+i;
i=i+1;
t++;
}while(t

19/09/2024

#1+2+4+7+..... ধারাটির n পর্যন্ত যোগফল নির্ণয়ের সি প্রোগ্রাম লিখ (for loop ব্যবহার করে)।
//Sum of (1+2+4+7+....+n)

main()
{
int i=1, n, s=0, a=1;
printf("Enter last term, n=");
scanf("%d",&n);
for(a=1;a

17/09/2024

১ম n সংখ্যক মৌলিক সংখ্যা প্রদর্শন এবং মৌলিক সংখ্যাগুলোর যোগফল নির্ণয়ের সি প্রোগ্রাম।
//Display & Sum of 1st nth number Prime

main()
{
int i=2, n, max, s=0, t=1;
printf("Enter max=");
scanf("%d",&max);
for(n=t=1;t

Want your school to be the top-listed School/college in Chittagong?

Click here to claim your Sponsored Listing.

Location

Category

Telephone

Website

Address

Chittagong