#include<stdio.h> void main() { char a,b,g; printf("enter a and b"); scanf("%c%c,&a,&b"); g=swap(a,b); printf("%c,g"); }