APC-SPS-004.c
Source Code
c
#include<stdio.h>
int main() {
int x = 25, y = 19, z;
z = x - y;
z = z & x ;
printf("Z = %d", z);
return 0;
}1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
● Author - Amit Dutta · Updated - 12 Dec 2025