APC-SPS-004.c (115B)
1 #include<stdio.h> 2 int main() { 3 int x = 25, y = 19, z; 4 z = x - y; 5 z = z & x ; 6 printf("Z = %d", z); 7 return 0; 8 }
bscComprehensive codebase and cou... | |
| Log | Files | Refs | Activity | README | LICENSE |
APC-SPS-004.c (115B)
1 #include<stdio.h> 2 int main() { 3 int x = 25, y = 19, z; 4 z = x - y; 5 z = z & x ; 6 printf("Z = %d", z); 7 return 0; 8 }