bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_1 / tuition-c / APC-SPS-004.c

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 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror