#include using namespace std; int main() { int a=15; int b=6; int c=a&b; cout<