Q : Write program to generate multiplication table for first ‘n’ number, where ‘n’ is a user input.
Answer :
#include<stdio.h>
#include<conio.h>
/*============================
Girfa Student Help
Multiplication table of given number
==============================*/