bsc

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

root / semester_1 / khurapati-idea / KI002.c

KI002.c (187B)


      1 /* Plan - checking for edge case */
      2 
      3 #include <stdio.h>
      4 int main()
      5 {
      6     printf("Starting.....\n");
      7 
      8     for (int i = 1; ; i++)
      9     {
     10         printf("i = %d\n", i);
     11     }
     12     return 0;
     13 }
© 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