printing nth table Get link Facebook X Pinterest Email Other Apps November 05, 2023 #include<stdio.h>int main(){ int a[10]; int n; printf("enter n:"); scanf("%d",&n); for(int i=0;i<10;i++) { printf("%d\n",n*(i+1)); } return 0;} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment