#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 CAP is: %d",z); return 0; }
Enter x,y values 10 15 Bitwise AND is: 5
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a Java program to add two numbers without using any arithmetic operators
Write a Java program and compute the sum of the digits of an integer
Write a Java Program to find largest and second largest in an array
Write a Java program to compute the square root of an given integer
Write a Python Program to check armstrong number of n digits
Write a Python program that prints the calendar for a given month and year.
Write a Python program to print reverse number
Write a Python program to get the volume of a sphere with radius six.
Write a python program to Find the index of the largest number in the list
Java Quiz - 15
Java Quiz - 2
Java Quiz - 19
Java Quiz - 10
Java Quiz - 12