#include <stdio.h> int main() { int x,z; printf("Enter x value"); scanf("%d",&x); z=x<<2; printf("\n Bitwise Left Shift is: %d",z); return 0; }
Enter x value 10 Bitwise Left Shift is: 40
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Program to find second largest number in an array
Write a Java program to check whether Java is installed on your computer or not
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to count the letters, spaces, numbers and other characters of an input string
Write a Java Program to Calculate electricity bill
Write a python program to print lowercase names
Write a python program to Find the index of the smallest number in the list
Write a Python Program to Display the multiplication Table.
Write a Python program that prints the calendar for a given month and year.
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.
Java Quiz - 1
Java Quiz - 12
Java Quiz - 18
Java Quiz - 9
Java Quiz - 8