#include #include void main() { clrscr(); int y,y1,b; unsigned int d,m,d1,m1; cout<<"\nEnter the date : "; cin>>d; cout<<"\nEnter the Month : "; cin>>m; cout<<"\nEnter the last two digit of a year between 1916 to 2014 : "; cin>>y; if (y>=0&&y<=14) y=y+100; b=512*(y-80)+32*m+d; d1=b<<11; d1=d1>>11; y1=b>>9; y1+=1980; m1=b<<7; m1=m1>>12; cout <<"\nThe converted day is :"<