#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 Java program to swap the first and last elements of an array and create a new array
Write a Java Program to Calculate electricity bill
Write a Java program to accept a float value of number and return a rounded float value
Write a Java program to add two numbers without using any arithmetic operators
Write a Java program to swap two variables
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 that accepts a filename from the user and prints the extension of the file.
Write a Python program that checks whether a specified value is contained within a group of values.
Write a Python program to calculate the number of days between two dates.
Write a python program to merge nested lists ?
Java Quiz - 4
Java Quiz - 20
Java Quiz - 19
Java Quiz - 8
Java Quiz - 9