Showing posts with label Continuous Table C Program. Show all posts
Showing posts with label Continuous Table C Program. Show all posts

5.15.2016

Continuous Table C Program

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 */