Mon Oct 30 2023 10:47:51 GMT+0000 (Coordinated Universal Time)
Saved by @usman_hamed
#include<stdio.h> int main() { int count=0; while(count<=10){ printf("%d",count); printf(" "); count++; } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments