bsc

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

root / semester_1 / tuition-c / APC-S-002.c

APC-S-002.c (168B)


      1 #include<stdio.h>
      2 int main() {
      3 	int a = 5, b = 5, c = 10;
      4 	printf("a = b = %d\n", a == b);
      5 	printf("a > b = %d\n", a > b);
      6 	printf("a < b = %d\n", a < b);
      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