Jump to content

Bitwise operations: Difference between revisions

m
→‎{{header|C++}}: oops, forgot lang end tag (you don't see that in section preview ...)
(→‎{{header|C}}: Added C++; added return 0; to C main function (unlike C++, C requires this))
m (→‎{{header|C++}}: oops, forgot lang end tag (you don't see that in section preview ...))
Line 215:
std::cout << "c sra b: " << (c >> b) << '\n'; // logical right shift (guaranteed)
}
</lang>
 
=={{header|Common Lisp}}==
973

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.