My Smart Blog
Basic information before you start C++ programs, quite simple and intresting.
Pages
Home
Applied Physics
Professional Ethics
Computer Programming
MUET Khairpur
Contact us
Bitwise Operator
#include <iostream>
using namespace std;
int main() {
int a = 17;
int b = 15;
cout << "Bitwise Operators\n";
cout << "a & b = " << (a&b) <<endl;
}
Output of Program
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Total Pageviews
No comments:
Post a Comment