#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 OR is: %d",z); return 0; }
Enter x,y values 10 15 Bitwise AND is: 15
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java program to add two matrix
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a Java program to print the even numbers from 1 to 20
Write a Java program to display the system time
Write a Java program to print ‘Hello World!’ on screen
Write a python program to display list of numbers and we want to return all the numbers from the list that are divisible by 2 and remove duplicates at the same time.
Write a Python Program to Check Prime Number.
Write a Python Program To Find ASCII value of a character.
Write a python program to check memory sizes of list ,set ,tuple
Write a python program to print properties and methods
Java Quiz - 10
Java Quiz - 6
Java Quiz - 16
Java Quiz - 11
Java Quiz - 5