100% C prog to print multiplication table ఎక్కాలు

// program to print multiplication table of given integer
#include <stdio.h>
void main()
{    
 int n,i;
  printf("\n enter a integer whose multiplication table is required:");
  scanf("%d",&n);
  for(i=1;i<11;i++)
  {
    printf("\n %3d * %2d= %3d",n,i,n*i);
   }
}


కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)