What does a single pipe mean in c++ (|) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does a single pipe mean in c++ (|)

What is the difference between bitwise or and logical or (|) vs (||)

9th Feb 2021, 1:40 AM
Sulaiman Yusuf
Sulaiman Yusuf - avatar
1 Answer
+ 4
Bitwise | compares bits by bits. || compares two booleans. https://www.sololearn.com/learn/4073/?ref=app
9th Feb 2021, 2:19 AM
你知道規則,我也是
你知道規則,我也是 - avatar