||

설명

논리 OR 는 두 피연산자 중 하나가 truetrue 가 된다.

예제 코드

이 연산자는 if 문의 조건 안에 쓸 수 있다.

if (x > 0 || y > 0) { // x 또는 y 가 0보다 크면 // 문 }

※ 주의 및 경고:

부울 || (이중 pipe) 연산자와 논리 OR 연산자 | (단일 pipe)를 헷갈리지 마시오.

더보기

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES