#include #include void main() { clrscr(); int c,d,temp; cout<<"\n\t Enter the value of C: "; cin>>c; cout<<"\n\t Enter the value of D: "; cin>>d; temp=c; c=d; d=temp; cout <<"\n\tThe New value of C is: "<