#include int main(){ char a,b,c,d,e,f; printf("Enter your correct name:"); scanf("%c%c%c%c%c%c",&a,&b,&c,&d,&e,&f); printf("your name is: %c%c%c%c%c%c",a,b,c,d,e,f); return 0; } Eikhane ami ektu experiment korar try korlam character er khetre, eta ki thik ache ?
Thanks ভাইয়া আমি Chandpur Science And Technology University (CSTU/ সিএসটিইউ) তে ICT DEPARTMENT এ পড়তেছি।আপনার ভিডিও সবাই দেখে। আমার সমস্যা ছিল বেসিক এ। সবাই সাজেস্ট করল আপনার ভিডিও আর্ @Anisul Islam এর ভিডিও দেখতে। দেখা শুরু করলাম। এ পর্যন্ত সত্যি ক্লিয়ার হয়ে গেছে।❤
#include int main(){ int a,b,c; printf("Enter value of a:"); scanf("%d",&a); printf("Enter value of b:"); scanf("%d",&b); printf("Enter value of c:"); scanf("%d",&c); double avarage = a+b+c/3; printf("The avarage value of a b c is: %lf",avarage); return 0; }
a, b, and c are int. So, if we divide by only 3(int) then the result would a complete integer. That's why we divided by 3.0(float). Look into the following example- (5+2)/ 2 = 3; But (5+2)/ 2.0 = 3.5
ভাই, সি প্রোগ্রামিং এর জন্য যে সব সফটয়ার লাগে, কম্পাইলার প্রয়োজন সেগুলো নিয়ে একটা টিউটরিয়াল আপনার কাছ থেকে আসা করতেছি। আমি একদমি প্রথম সি প্রোগ্রামিং এ।। so, please help if possible
#include < stdio.h> Int main(){ Int a, b, c; Scant f ("%d%d%d",&a, &b, &c); Printf( " value of a: %d ",a); Printf( " value of b:% d ", b); Printf(" value of c:%d ",); Printf(" average of a, b, andc:%.2f\ n", average) ; Return 0; }
ভাইয়া আমার eta হচ্ছে না কেন? int a,b,c ; scanf("%d%d%d", &a, &b, &c); float average = (a + b + c)/3.0; printf("the value of a:%d ", a); printf("the value of b:%d ", b); printf("the value of c:%d ", c); printf("value of average a,b and c:%.2f ", average); return 0 ; }
But i can do it in one line💩 #include int main() { int a, b, c; scanf("%d%d%d", &a,&b,&c); float average=(a+b+c)/3.0; //printf("value of a: %d ", a); //printf("value of b: %d ", b); //printf("value of c: %d ", c); //printf("Average of a,b,c: %.2f ", average); printf("value of a:%d value of b:%d value of c:%d Average of a,b,c: %.2f ", a, b, c, average); return 0; }
#include int main() { int a, b, c; scanf("%d%d%d", &a, &b, &c); float average; average = (a+b+c)/3.0; printf("Value of a = %d ", a); printf("Value of b = %d ", b); printf("Value of c = %d ", c); printf("The average value is = %.2f ", average); return 0; }
Write a program which adds two fraction entered by the user and display their sum. The user will enter the fraction in numerator/denominator form. The sum may not be in reduced form. Sample Output: Enter the first fraction: 5/6 Enter the second fraction : 3/4 The sum of the fraction is 38/24 Note that the sum in the above example is 38/24 which is not in reduced form. Reduced form of 38/24 is 19/12. দাদা এইটা কি ভাবে করবো একটু বলেন?
#include int main() { int a, b, c; float avarge; scanf("%d%d%d",&a, &b, &c); avarge = (a + b + c) / 3; printf("%.3f ", avarge); return 0; } এ ভাবে দিলে উত্তরটা হবে।
@@mahamudulhassan2000ভাইয়া আমার এটা ভুল দেখাচ্ছে কেনো কোনো প্রবলেম আছে এটাতে? int a,b,c ; scanf("%d%d%d", &a, &b, &c); float average = (a + b + c)/3.0;
printf("the value of a:%d ", a); printf("the value of b:%d ", b); printf("the value of c:%d ", c); printf("value of average a,b and c:%.2f ", average);
ভাইয়া আমি একজন নতুন সি প্রোগ্রামিং শিক্ষার্থী। আপনার এই ভিডিওতে দেওয়া প্রবলেম টা আপনি যে পদ্ধতিতে সল্ভ করেছেন। তা আমি এইভাবে সল্ভ করেছি। #include int main() { int a, b, c, sum; printf("Value of a: "); scanf("%d", &a); printf("Value of b: "); scanf("%d", &b); printf("Value of c: "); scanf("%d", &c); float Average = (a+b+c)/3.0; printf(" Average of a, b and c: %.2f ", Average); return 0; } এভাবে কি হবে। প্লিজ কেউ জানাবেন। ভুল হলে দেখিয়ে দিবেন প্লিজ।
Please Help sir,😭😭😭😭 float average =(a+b+c)/3.0; ei line tai /3.0 kano holo are ei tuku to problem-1 bola cilo na . please sir answer ta dilea khoob upokar hoto .😓😓😓
#include int main() { int a,b,c; printf("enter the the value of a,b,c: "); scanf("%d%d%d",&a,&b,&c); float avarage; avarage=(a+b+c); printf("the avarage is %0.5f",avarage/3); } // evabe kole ki hobe???
youtube er moddhe ei vaia ekttu valo bujhai basic theke suru korse problem solving video dekhe alhamdulillah partesi ekhn.thank you vaia
9:58
best video
😍😍😍😍😍😍😍😍💗💗💗💗💗💗💓💓💞💞💞
Happy to help. Thanks and please share with your friends. Please subscribe if you haven't already.
#coding
#imclude
alhamdulillah
Thanks sir eto sohoj vabe bujanor Jonno
❤
eto sohoj kore kew bojhay na jeta apni bojhan....thank u so much
Welcome
as pretty as a picture
my 1st ever problem solved , thanks sensei
#include
int main(){
char a,b,c,d,e,f;
printf("Enter your correct name:");
scanf("%c%c%c%c%c%c",&a,&b,&c,&d,&e,&f);
printf("your name is: %c%c%c%c%c%c",a,b,c,d,e,f);
return 0;
}
Eikhane ami ektu experiment korar try korlam character er khetre, eta ki thik ache ?
আপনার ভিডিও গুলো অনেক উপকার করছে আমার এই টপিক গুলো বুঝতে।
amra value deoar por kon button e click korle printf er line ta ashbe
eita bujtesi na
Thanks a lot❤, l think, your tutorial is the best on c programming in Bangla.
C এর environment সম্পর্কে কিছু বলুন।এই programme গুলো কোথায় লিখবো?
Thanks ভাইয়া আমি Chandpur Science And Technology University (CSTU/ সিএসটিইউ) তে ICT DEPARTMENT এ পড়তেছি।আপনার ভিডিও সবাই দেখে। আমার সমস্যা ছিল বেসিক এ। সবাই সাজেস্ট করল আপনার ভিডিও আর্ @Anisul Islam এর ভিডিও দেখতে। দেখা শুরু করলাম। এ পর্যন্ত সত্যি ক্লিয়ার হয়ে গেছে।❤
Could u share Anisul Islam's channel?
onek help pasci ,,tnx vai
What is say???
#include
int main()
{
int a,b,c;
printf("Enter 3 values: ");
scanf("%d%d%d", &a,&b,&c);
float avarage;
avarage = (a + b + c)/3.0;
printf("Result is:%f ", avarage);
return 0;
}
Very much helpful Thanks a lot 😍.
Thank you
Scanf dita hoi kno?
thanks brother ,,
this is my 6th class complete
Keep it up
thanks teacher
#include
int main(){
int a,b,c;
printf("Enter value of a:");
scanf("%d",&a);
printf("Enter value of b:");
scanf("%d",&b);
printf("Enter value of c:");
scanf("%d",&c);
double avarage = a+b+c/3;
printf("The avarage value of a b c is: %lf",avarage);
return 0;
}
Love you vhai💚
Scanf kokhono use korbo?
আচ্ছা c and c++কি দুটো আলাদা।
হ্যা
Apnar moto hoboho coding korar por o olta palta out astache
saiful sabuj so sorry to hear that. Please, share your code here or in our Facebook group.
@@rayhanhossain402 আসসালামু আলাইকুম স্যার,,, লাস্ট প্রোগ্রাম টা রান করলে উল্টা পাল্টা মান শো করে,, হুবহু আপনার মতো করে কোডিং করার পরেও😢
In C++, is printf = cout and scanf = cin.
onk onk valu vai
Scanf a space onk boro akta matter kore.
oi somporke akta vdo kindly anle valo hoto.sust a pori ami.bt sir onk hard vabe bojaise
Vaiya kivabe bujhbo je printf na likhe scanf likhte hbe??
apu scanf tkhn likhben jokhn ami user hishebe input dite chaben
String & character er jonno with space & without space gola jdi dekhaten....
like("%7.8f")
আমি খুব কনফিউজড ছিলাম এখন ঠিক আছে
vaiya,float average a /3.0 holo keno aktu bolben plz
a, b, and c are int. So, if we divide by only 3(int) then the result would a complete integer. That's why we divided by 3.0(float). Look into the following example-
(5+2)/ 2 = 3;
But (5+2)/ 2.0 = 3.5
@@rayhanhossain402 Thanks bro
@@rayhanhossain402 Thank you so much bro
আসসালামু আলাইকুম
So so thanks bro
No problem
ভাই, সি প্রোগ্রামিং এর জন্য যে সব সফটয়ার লাগে, কম্পাইলার প্রয়োজন সেগুলো নিয়ে একটা টিউটরিয়াল আপনার কাছ থেকে আসা করতেছি। আমি একদমি প্রথম সি প্রোগ্রামিং এ।। so, please help if possible
Vaiya problem 1 solve kora hoye geche
sree anil great
#include < stdio.h>
Int main(){
Int a, b, c;
Scant f ("%d%d%d",&a, &b, &c);
Printf( " value of a: %d
",a);
Printf( " value of b:% d
", b);
Printf(" value of c:%d
",);
Printf(" average of a, b, andc:%.2f\ n", average) ;
Return 0;
}
10 20 30
ভাইয়া
আমার eta হচ্ছে না কেন?
int a,b,c ;
scanf("%d%d%d", &a, &b, &c);
float average = (a + b + c)/3.0;
printf("the value of a:%d
", a);
printf("the value of b:%d
", b);
printf("the value of c:%d
", c); printf("value of average a,b and c:%.2f
", average);
return 0 ;
}
Thank you very much sir for teaching us so easy way.😍😍😍
vai amar output dakhai na
Sir , Apnar fb group er link ta share korben? Search kore paccina
Code : block ei leceture output ase naa kenu vai?
Thanks vaiya
#Vai amar output ta onno rokom asce... onekbar try korlam tobu o correct output ta pacci na.
Hi Farhad, ekhane share korte paren. Sorry for late reply.
Tnx.vai
Welcome
Thank you so much vai
done
But i can do it in one line💩
#include
int main()
{
int a, b, c;
scanf("%d%d%d", &a,&b,&c);
float average=(a+b+c)/3.0;
//printf("value of a: %d
", a);
//printf("value of b: %d
", b);
//printf("value of c: %d
", c);
//printf("Average of a,b,c: %.2f
", average);
printf("value of a:%d
value of b:%d
value of c:%d
Average of a,b,c: %.2f
", a, b, c, average);
return 0;
}
Sir.. Underscore keyboard e kibabe lekhe..??
Shift + Minus
#include
int main() {
int a, b, c;
scanf("%d%d%d", &a, &b, &c);
float average;
average = (a+b+c)/3.0;
printf("Value of a = %d
", a);
printf("Value of b = %d
", b);
printf("Value of c = %d
", c);
printf("The average value is = %.2f
", average);
return 0;
}
sir please apnar pdf file ta diye din.
ota khubi dorkar amar .
abar onekero lagte pare.
dhonnobad
Write a program which adds two fraction entered by the user and display their sum. The user will enter the fraction in numerator/denominator form. The sum may not be in reduced form.
Sample Output:
Enter the first fraction: 5/6
Enter the second fraction : 3/4
The sum of the fraction is 38/24
Note that the sum in the above example is 38/24 which is not in reduced form. Reduced form of 38/24 is 19/12.
দাদা এইটা কি ভাবে করবো একটু বলেন?
Procedure টা বলুন।
#include
int main()
{
int a, b, c;
float avarge;
scanf("%d%d%d",&a, &b, &c);
avarge = (a + b + c) / 3;
printf("%.3f
", avarge);
return 0;
}
এ ভাবে দিলে উত্তরটা হবে।
না।
কারন এটির আউটপুট প্রবলেম এ বলা আউটপুটকে ফলো আপ করে না।
Thanks bro
@@mahamudulhassan2000ভাইয়া আমার এটা ভুল দেখাচ্ছে কেনো কোনো প্রবলেম আছে এটাতে?
int a,b,c ;
scanf("%d%d%d", &a, &b, &c);
float average = (a + b + c)/3.0;
printf("the value of a:%d
", a);
printf("the value of b:%d
", b);
printf("the value of c:%d
", c);
printf("value of average a,b and c:%.2f
", average);
Thik ase
int main() {
char z;
scanf("%c",&z);
Printf("%c",z);
return 0;
}
ভাইয়া আমি একজন নতুন সি প্রোগ্রামিং শিক্ষার্থী। আপনার এই ভিডিওতে দেওয়া প্রবলেম টা আপনি যে পদ্ধতিতে সল্ভ করেছেন। তা আমি এইভাবে সল্ভ করেছি।
#include
int main()
{
int a, b, c, sum;
printf("Value of a: ");
scanf("%d", &a);
printf("Value of b: ");
scanf("%d", &b);
printf("Value of c: ");
scanf("%d", &c);
float Average = (a+b+c)/3.0;
printf("
Average of a, b and c: %.2f
", Average);
return 0;
}
এভাবে কি হবে। প্লিজ কেউ জানাবেন। ভুল হলে দেখিয়ে দিবেন প্লিজ।
Please Help sir,😭😭😭😭
float average =(a+b+c)/3.0;
ei line tai /3.0 kano holo are ei tuku to problem-1 bola cilo na .
please sir answer ta dilea khoob upokar hoto .😓😓😓
aikne, Float nite hbe tai 3.0 use hoise
@@saddafahmed1229 thanks ;
#include
int main()
{
int a,b,c;
printf("enter the the value of a,b,c: ");
scanf("%d%d%d",&a,&b,&c);
float avarage;
avarage=(a+b+c);
printf("the avarage is %0.5f",avarage/3);
}
// evabe kole ki hobe???
Code : block ei leceture output ase naa kenu vai?