#include<stdio.h>
#include<conio.h>
void main()
{
 int n;
 clrscr();
 printf("Enter Shifting Number : ");
 scanf("%d",&n);
  n=n<<3;
 printf("Number is After Three Shifting : %d",n);
 getch();
}
INPUT
Enter Shifting Number : 16
OUTPUT
Number is After Three Shifting : 128

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA