Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C++
how to write an or in c++
Don Gordon
Programming language:
C++
2021-04-16 14:37:22
1
Q:
how to write an or in c++
manon
Code:
C++
2021-04-03 08:16:27
if
(a ==
0
|| b ==
0
) {
//statement here, || was used as an or
}
1
Tags
how
Related
comment in c++
how to code in c++
how do for loops on c++
basic cpp programs
write to file in C++
c++ write new file
how to write a class in c++
how to write C++ list
syntax c++
C++ Syntax
pbds in c++
how to execute c++ program in cmd
c++ how to do else if statements
inline function in c++
New to Communities?
Join the community