Technicalsymposium.com-Free Email Alerts


Enter Your Email :

Important Note:Login & Check Your Email Inbox and Activate Confirmation Link

Subscribe & Get All Fresher Jobs Information & Study Materials PDF and Projects- Free Download

C Programming Books PDF


C Aptitude Question Papers


Datastructure Programming in C



C Programming & Tech Interview Materials PDF- Free Download

C Program For SWAPPING VALUES.

void main()

{

int a,b;

clrscr();

printf("Enter the a and b value");

scanf("%d%d",&a,&b);

printf("%d %d",a,b);

a=a+b;

b=a-b;

a=a-b;

printf("%d %d",a,b);

getch();

}

Download All C Programming & Study Materials PDF