Programming Examples

C program to create function to display the multiplication table of the number


Write a function to display the multiplication table of the number.

Solution

#include<stdio.h>
void printTable(int);
int main()
{
	int num;
	printf("Enter any number : ");
	scanf("%d",&num);
	printTable(num);
	return 0;
}
void printTable(int n)
{
	int a;
	for(a=1;a<=10;a++)
	{
		printf("%d\t",a*n);
	}
}
Output

Enter any number : 7

7       14      21      28      35      42      49      56      63      70

CCC Online Test 2021 CCC Practice Test Hindi Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz