#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
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java program to display the system time
Write a java Program to check the given number is Palindrome or not
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a java Program to check given matrix is null matrix
Write a Python program to count number of digits in an integer
Write a Python program to find the area of a triangle.
Write a Python program that calculates the area of a circle based on the radius entered by the user.
Write a Python Program to find sum of array.
Write a python program to adding a thousand separator
Java Quiz - 22
Java Quiz - 19
Java Quiz - 1
Java Quiz - 21
Java Quiz - 17