C while loop code Get link Facebook X Pinterest Email Other Apps March 13, 2025 //#include<stdio.h>int main(){ int n; printf("N:"); scanf("%d",&n); int i=0; while(i<=n) { printf("%d\n",i); i++; } return 0;} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment