Q. how to make a continuous table for all number in C language like as following:
1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
4 8 12 15 20
Ans.
/* c program to make a continuous table c program */
1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
4 8 12 15 20
Ans.
/* c program to make a continuous table c program */