C++ Bangla Tutorials 17 : Bitwise operator (part-1)

preview_player
Показать описание

Learning outcomes :
1. Bitwise operator
2. Bitwise OR
3. Bitwise AND
4. Bitwise ExOR

Рекомендации по теме
Комментарии
Автор

i really appreciate your great work. Other peoples would never give us such a well explained free course. you are always an honoured teacher to us.

oasibones
Автор

Thank you so much sir God bless you
🙂😊😊😊

CNILOYBARUA
Автор

I love your teaching method sir!
i am your android, java and c++ student

nowshadhossainrahat
Автор

vi khub upokar hocche
very easy teaching method

randomTake
Автор

jader ai video r bitwise operator bujte problem hobe, Tara anisul sir er C programming er bitwise operator er video ta dekte parben, Tahole concept aro clear hobe

abtahi_islam
Автор

sir amader jonno maje maje apnr video gulote kicu motivational speech rakhbn
apnr kotha gulo onk valo lage sir:)

amerbangla
Автор

keo amake bitwise or er jonno keyboad command ta bolte parben, please.icon ta ante partechi nah.

mhtnorules
Автор

vaia apnar teching mathod khubi effective..apnar jonno onek onek dowa..pls keep it up

themysticmoon
Автор

#include<iostream>
using namespace std;
int main()
{

int a =32, b=12, c;
c=a&b;
cout<<c;

c=a|b;
cout<<endl<<c;

c=a^b;
cout<<endl<<c;

return 0;
}

thewebwhize
Автор

sir AND, OR, EXORT er apnar video er link ta dile valo hoto ....

tasrifahamed
Автор

Excellent this class. thank you so much.

MdLITON-vonq
Автор

#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
int a=32;
int b=12;
int c;
c= a&b;
cout<<c<<endl;

c= a|b;
cout<<c<<endl;

c= a^b;
cout<<c<<endl;


getch();
}

saddamhosen
Автор

Keyboard e Bitwise OR khuje na pawa ami🙃🙃

prantonur
Автор

anis vaia shodo amar noy amader sokoler request c++ ar basic to advance tutriol banaven jeno ar kotao c++ shika lagena.

sajibbhuyan
Автор

Sir plz upload unary operators using friends and member function

IT_FoodLover
Автор

Vaia please make videos on 0/1Quadratic knapsack and Genetic Algorithom

suraiyasurovee
Автор

Sir, would you mind telling me where I will use the bitwise operation?

mdnasiruddin
Автор

how i provide bitwise sign from keyboard

shuvo
Автор

#include<iostream>
#include<conio.h>

using namespace std;


int main()
{
int a=32;
int b=12;
int c;

c = a&b;
cout<<c<<endl;

c = a|b;
cout<<c<<endl;

c = a^b;
cout<<c<<endl;

getch();
}

TheLastQuoteByRasel
visit shbcf.ru