Q : Write a function to display the multiplication table of the number.
Answer :
#include<stdio.h>
#include<conio.h>
/*============================
Girfa Student Help
Multiplication 2d array using function
==============================*/
void multi(int ar1[3][3],int ar2[3][3],int ar3[3][3])
{