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
Output
Enter any number : 7
7 14 21 28 35 42 49 56 63 70
Write a function to display the multiplication table of the number.
Solution
Output
Enter any number : 7
7 14 21 28 35 42 49 56 63 70