Multiplication Table Program
Multiplication Table Program
#include <stdio.h>
int main() {
int i, j, n;
return 0;
}
Sample Output:
MULTIPLICATION TABLE
2 3 4 5 6
2 3 4 5 6
4 6 8 10 12
6 9 12 15 18
8 12 16 20 24
10 15 20 25 30
12 18 24 30 36
14 21 28 35 42
16 24 32 40 48
18 27 36 45 54
20 30 40 50 60