BITWISE OPERATORS - C Codes
Description This code swaps two numbers by using Bitwise operator. Source Code #include<stdio.h> #include<conio.h> void main() {int a, b; clrscr(); printf("\nEnter the first no. ...

sss
Description This code swaps two numbers by using Bitwise operator. Source Code #include<stdio.h> #include<conio.h> void main() {int a, b; clrscr(); printf("\nEnter the first no. ...