C Program For Exchange

#include<constream.h>
void main()
{
int a,b,temp;
clrscr();

cin>>a>>b;
temp=a;
a=b;
b=temp;


cout<<"A="<<a<<"\nB="<<b;




getch();}
Bhanu Namikaze

Bhanu Namikaze is an Ethical Hacker, Security Analyst, Blogger, Web Developer and a Mechanical Engineer. He Enjoys writing articles, Blogging, Debugging Errors and Capture the Flags. Enjoy Learning; There is Nothing Like Absolute Defeat - Try and try until you Succeed.

No comments:

Post a Comment