@article{IPI2050926, title = "Bit Manipulation: Conditional Statement using Bit-wise operators with C++", journal = "Faculty of Science and Technology, UIN Sunan Kalijaga Yogyakarta", volume = "Vol. 9 No. 1 (2020): IJID June", pages = "", year = "2020", url = https://ejournal.uin-suka.ac.id/saintek/ijid/article/view/09102/1714 author = "Rahmawati Nafi'ah; Wakhid Kurniawan; Johan Setiawan; Khoirul Umam", abstract = "All of information that manipulated by a computer is represented in the form of bits, so in the programming language it is necessary to understand bitwise operations at the first. This paper aims to create a concept of making Conditional Statements with Bitwise operators in C ++. By doing so, we hope that people is easy to understand  the operation behind conditional statements. A conditional operator is also known as a ternary operator. It takes three operands. A conditional operator is closely related with if else statement. The method used is a literature study studying the bit manipulation algorithm in the C ++ language. The results obtained are a function using bitwise operations in C ++ that implement conditional statements.", }