#include<stdio.h> void main() { int n,i; printf(“\n enter the number which multiplication is to be found\n”); scanf(“%d”,&n); for(i=1;i<=10;i++) { printf(“\t …
Learn Anytime Anywhere
#include<stdio.h> void main() { int n,i; printf(“\n enter the number which multiplication is to be found\n”); scanf(“%d”,&n); for(i=1;i<=10;i++) { printf(“\t …