C Program to show swap of two numbers without using third variable
Prashant Sengar
December 22, 2017
#include void main() { int a,b; printf("enter 1st no."); scanf("%d",&a); printf("enter 2...
C Program to show swap of two numbers without using third variable
Reviewed by Prashant Sengar
on
December 22, 2017
Rating: