#include <stdio.h> int main() { int x,z; printf("Enter x value"); scanf("%d",&x); z=x>>2; printf("\n Bitwise Right Shift is: %d",z); return 0; }
Enter x value 10 Bitwise Right Shift is: 2
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Program to Find largest and smallest number in an array in java
Write a Java program and compute the sum of the digits of an integer
Write a Program to remove duplicate element in an array
Write a java Program to print N prime numbers and find sum and average
Write a java program to find the index of the largest number in an array
Write a python program to calculate average using python *args ?
Write a Python program to find out what version of Python you are using.
Write a Python Program to find the factorial of a number using recursion
Python Program to Replace all Occurrences of ‘a’ with $ in a String
Write a python program to print reserved keywords
Java Quiz - 4
Java Quiz - 14
Java Quiz - 22
Java Quiz - 11
Java Quiz - 21