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);
   }
}


కామెంట్‌లు

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

Assignment to gain eligibility to industry visit

Useful books in telugu

త్వరలో తగిన ఉద్యోగం వస్తుంది.. చేసే ప్రయత్నం బట్టి..