#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("Read the integers from keyboard:- ");
scanf("%d %d",&a,&b);
c=a&b;
printf("\nThe Answer after ANDing is: %d ",c);
getch();
}
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("Read the integers from keyboard:- ");
scanf("%d %d",&a,&b);
c=a&b;
printf("\nThe Answer after ANDing is: %d ",c);
getch();
}
***** bitwise and ye hota h?
ReplyDeletekonsa colg h ye?