/** C Program to Print Multiplication Table of a given Number **/

Sample Output :

( using GNU GCC Compiler with code::blocks IDE, hence no need of clrscr(); and getch(); )
C-Program-Multiplication-Table-output