#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x & y; printf("\n Bitwise AND is: %d",z); return 0; }
Enter x,y values 10 15 Bitwise AND is: 10
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to check whether Java is installed on your computer or not
Write a Java program that takes five numbers as input to calculate and print the average of the numbers
Write a Java Program to Check if a Number is Positive, Negative or Zero.
Write a Java program to print the sum of two numbers
Write a Python program to test whether a passed letter is a vowel or not.
Write a python program to merge nested lists ?
Write a Python program to print reverse number
Write a Python program to display the first and last colors from the following list.
Write a python program to Checking if a File Exists or Not ?
Java Quiz - 14
Java Quiz - 22
Java Quiz - 11
Java Quiz - 10
Java Quiz - 7