Sir, I expect C++ tutorial from you.I had watched several videos for C from different one but it is true, your videos is much informative that we required. Thank you sir.
Sir very much greatful to you.I was in trouble in understanding this topic.This video helped me much to let me get out from this trouble.I am in 2024 and I am still watching this video.
Dear Sir / Friends, Can help for below problems please? Write a program to prompt the user for eight (8) float values, and store the data in the float array a[] in the main() function. The program will calculate the average using the average() function, which accepts the relevant input parameters, and outputs the result to the terminal screen. Example: Enter 8 float values: 1 2 3 4 5 6 7 8 Average = 4.50
ei code e vul kothai??? call korar shomoy to ami data type likhi nai tarporeu to output pacchi. #include int get_sum(int x,int y) { int sum=x+y; printf("%d",sum); return sum; } int main() { get_sum(3,5); }
আমিতো আশ্বর্য হয়ে গেলাম।এই লেকচারের শেষের দিকের ঘটনা। আমি আপনার মতোই ইনপুট দিয়েছি। ১০ আর ২০ যোগ করে আপনার হচ্ছে ৩০, ১০০ আর ২০০ যোগ করে আপনার হচ্ছে ৩০০ ।। আর আমার হচ্ছে ১০ আর ২০ যোগ করে ৪০। ১০০ আর ২০০ যোগ করে ৪০০ । আমার মাথায় ঢুকছে না।!!!!!!!!
Sir, I expect C++ tutorial from you.I had watched several videos for C from different one but it is true, your videos is much informative that we required. Thank you sir.
Same reaction from me...
Onek valo hoice sir asha kori aro nton nton video pabo,Ramadan mubarak
Excellent class sir...basic khub valovabe clear hoye gece sir 😍...thanks sir
Finally, I have understood function. Thanks a lot.
Really thanks a lot bro. Now, I am totaly tension free and finally understand function. Just go ahead baiya.
best vai....best
just amazing vai!
Onek kiso Sikh lam vai
C++ এর ভিডিও দিলে উপকৃত হতাম
osadharon .......Thank You
Sujay Brahma welcome. Please subscribe
Extremely good. May Allah bless you...
onk helpful video,
Allah help you
Vaiya aro kisu video r oppekai taklam backEnd niye jodi kisu video deten onk valo hoto
Keep it up
It was easy to understand
Sir very much greatful to you.I was in trouble in understanding this topic.This video helped me much to let me get out from this trouble.I am in 2024 and I am still watching this video.
May GOD bless you, sir.
You are most welcome
nice lecture
Very Tallented person you are brother
Thank you so much
It's my pleasure
thanks vai.....this videos are very much helpfull
welcome. :)
OOP er concept niye ekta video series den vaia
Vlo lagse vai❤️❤️❤️
very much useful ...thanks
Welcome. :)
Very good lecture...
Many many thanks 👍 sir
Very nice.
sir you are great
awesome tutorial
tnx baia....
welcome. :)
your lecture is really awesome
Thank you ❤️
Dear Sir / Friends,
Can help for below problems please?
Write a program to prompt the user for eight (8) float values, and store the data in the float
array a[] in the main() function. The program will calculate the average using the average()
function, which accepts the relevant input parameters, and outputs the result to the
terminal screen.
Example: Enter 8 float values: 1 2 3 4 5 6 7 8
Average = 4.50
Thanks sir
❤❤❤ vai
ধন্যবাদ স্যার🙏❤️
welcome.
massallah vaiya .......❤
Happy to help. Thanks and please share with your friends. Please subscribe if you haven't already.
May Allhah bless you ❤
Happy to help. Thanks and please share with your friends. Please subscribe if you haven't already.
Thank you
tnx vaiiii
welcome. :)
Thanks
Welcome
@@BanglaCodingTutor 😏😏😏
Tnx
voice are joss..
Thank you so much 😀
sir, which microphone was used to make this video?
iMac Default.
Vai problem: 1^2+2^2+•••••+N^2 use by Function, please solved it.
Sir, how to install codeblocks on mac? can you please share any link
ei code e vul kothai???
call korar shomoy to ami data type likhi nai tarporeu to output pacchi.
#include
int get_sum(int x,int y)
{
int sum=x+y;
printf("%d",sum);
return sum;
}
int main()
{
get_sum(3,5);
}
face group er link ta dia dile vlo hoto
result variable ta ki age declare kora zeto na?
Ek e kaj barbar er jnne toh amra array o use korte pari tahole keno function use korbo?
Array te amra only data store kori. Function er vitore onk kaj eksathe korte pari.
💚💙💛🧡
আমিতো আশ্বর্য হয়ে গেলাম।এই লেকচারের শেষের দিকের ঘটনা। আমি আপনার মতোই ইনপুট দিয়েছি। ১০ আর ২০ যোগ করে আপনার হচ্ছে ৩০, ১০০ আর ২০০ যোগ করে আপনার হচ্ছে ৩০০ ।। আর আমার হচ্ছে ১০ আর ২০ যোগ করে ৪০। ১০০ আর ২০০ যোগ করে ৪০০ । আমার মাথায় ঢুকছে না।!!!!!!!!
বেকুব😂
This is programming 😂😂
vai c++
watching in 2023
Thanks.
O
P
#include
int get_sum(int x,int y)
{
int sum=x+y;
return sum;
}
void say_hi()
{
printf("Hi
");
}
int main()
{
printf("Main Start
");
say_hi();
int result=get_sum(10,20);
printf("My sum:=%d
",result);
return 0;
}